We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6576796 commit 2c1aa34Copy full SHA for 2c1aa34
1 file changed
.github/workflows/release.yml
@@ -14,8 +14,9 @@ jobs:
14
with:
15
fetch-depth: 0
16
17
- - name: Setup Node.js
18
- uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
+ with:
19
+ node-version: '16'
20
21
- name: Setup
22
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