Use node 16 for all build actions
This commit is contained in:
parent
446562fcff
commit
c9ab0abba9
2 changed files with 4 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Create release branch and bump version
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue