10926: minor: Bump Node to 14 in release workflow r=lnicola a=lnicola

bors r+

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2021-12-04 10:46:05 +00:00 committed by GitHub
commit d08118298f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ jobs:
- name: Install Nodejs
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: Dist
run: cargo xtask dist --client-patch-version $GITHUB_RUN_NUMBER
@ -262,7 +262,7 @@ jobs:
- name: Install Nodejs
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
if: github.ref == 'refs/heads/release'