Skip to content

Commit 3360673

Browse files
authored
Merge pull request #3 from kongying-tavern/dev
Update GitHub Actions
2 parents 40ead3e + edb2261 commit 3360673

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
- name: Use Node.js 14
14+
- name: Use Node.js 20
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '14'
17+
node-version: '20'
1818
- name: Install Dependencies
19-
run: yarn install
19+
run: pnpm install
2020
- name: Semantic Release
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
run: yarn release
23+
run: pnpm run release

0 commit comments

Comments
 (0)