Skip to content

Commit 6b1cbaf

Browse files
authored
ci: update node version
1 parent 3772cf0 commit 6b1cbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 12
20+
node-version: 14
2121
- name: Install semantic-release
2222
run: npm install -g semantic-release @semantic-release/github @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi
2323
- name: Set up Python
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3232
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
33-
run: npx semantic-release
33+
run: npx semantic-release

0 commit comments

Comments
 (0)