* Update all GH workflow config to update node 14.x > 16.x (#1898)
This commit is contained in:
parent
e32e6f87b1
commit
24bce11b05
|
@ -11,7 +11,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [16.x]
|
||||||
runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
|
runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
|
||||||
include:
|
include:
|
||||||
- runtime: linux-x64
|
- runtime: linux-x64
|
||||||
|
|
|
@ -18,10 +18,10 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js 14.x
|
- name: Use Node.js 16.x
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 16.x
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: npm run ci
|
- run: npm run ci
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [16.x]
|
||||||
runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
|
runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
|
||||||
include:
|
include:
|
||||||
- runtime: linux-x64
|
- runtime: linux-x64
|
||||||
|
|
Loading…
Reference in New Issue