Skip to content

Commit 0c5717f

Browse files
authored
Merge pull request #62 from collecthor/fix-ci-release
chore: fix release ci config
2 parents ae5025f + 8994e12 commit 0c5717f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v2
35-
- uses: actions/setup-node@v1
35+
- uses: actions/setup-node@v3
3636
with:
37-
node-version: '16.x'
37+
node-version: 18
3838
- run: >
3939
npx
4040
-p "@semantic-release/commit-analyzer"

0 commit comments

Comments
 (0)