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
|
||||
run: node ./scripts/yarn-lock-scan.js
|
||||
|
||||
- name: Setup Node 14.x
|
||||
- name: Setup Node 16.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16.x
|
||||
|
||||
- name: Get yarn cache directory
|
||||
id: yarn-cache-dir
|
||||
|
|
@ -44,10 +44,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node 14.x
|
||||
- name: Setup Node 16.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16.x
|
||||
|
||||
- name: Get yarn cache directory
|
||||
id: yarn-cache-dir
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x]
|
||||
node-version: [16.x]
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue