Skip to content

Commit 2c1aa34

Browse files
authored
ci: fix release (#17)
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
1 parent 6576796 commit 2c1aa34

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Setup Node.js
18-
uses: actions/setup-node@v1
17+
- uses: actions/setup-node@v2
18+
with:
19+
node-version: '16'
1920

2021
- name: Setup
2122
run: npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi

0 commit comments

Comments
 (0)