We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3603508 commit 9c2f156Copy full SHA for 9c2f156
.github/workflows/nodejs.yml
@@ -8,15 +8,12 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-latest]
11
- node-version: [12.x]
12
-
+ node-version: [16.x]
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node-version }}
19
- run: yarn install --frozen-lockfile --ignore-engines
20
- run: yarn ci
21
- env:
22
- CI: true
0 commit comments