chore: verify using node 16
This commit is contained in:
parent
270c7b30b8
commit
b408351c9d
1 changed files with 5 additions and 5 deletions
10
.github/workflows/verify.yml
vendored
10
.github/workflows/verify.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
||||||
- name: Sanity check
|
- name: Sanity check
|
||||||
run: node ./scripts/yarn-lock-scan.js
|
run: node ./scripts/yarn-lock-scan.js
|
||||||
|
|
||||||
- name: Setup Node 14.x
|
- name: Setup Node 16.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Get yarn cache directory
|
- name: Get yarn cache directory
|
||||||
id: yarn-cache-dir
|
id: yarn-cache-dir
|
||||||
|
|
@ -44,10 +44,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Node 14.x
|
- name: Setup Node 16.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Get yarn cache directory
|
- name: Get yarn cache directory
|
||||||
id: yarn-cache-dir
|
id: yarn-cache-dir
|
||||||
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [16.x]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue