* Update all GH workflow config to update node 14.x > 16.x (#1898)

This commit is contained in:
PikachuEXE 2022-05-11 01:35:58 +08:00 committed by GitHub
parent e32e6f87b1
commit 24bce11b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
include:
- runtime: linux-x64

View File

@ -18,10 +18,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
cache: "yarn"
- run: npm run ci
- run: npm run lint

View File

@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
runtime: [ linux-x64, linux-arm64, win-x64, osx-x64 ]
include:
- runtime: linux-x64