Skip to content

Commit

Permalink
Merge pull request #3 from kongying-tavern/dev
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
boxsnake authored Jul 15, 2024
2 parents 40ead3e + edb2261 commit 3360673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'
- name: Install Dependencies
run: yarn install
run: pnpm install
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn release
run: pnpm run release

0 comments on commit 3360673

Please sign in to comment.