chore: verify using node 16

This commit is contained in:
Thomas Allmer 2022-06-20 13:21:22 +02:00
parent 270c7b30b8
commit b408351c9d

View file

@ -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