update node version to v16
This commit is contained in:
parent
b9ec5a4d61
commit
35f0102954
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-old.yml
vendored
2
.github/workflows/build-old.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
uses: actions/setup-node@v2.1.5
|
uses: actions/setup-node@v2.1.5
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
|
|
||||||
- name: Prepare for app notarization
|
- name: Prepare for app notarization
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
|
|
Loading…
Add table
Reference in a new issue