Skip to content

Commit 9c2f156

Browse files
committed
Update github actions
1 parent 3603508 commit 9c2f156

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
node-version: [12.x]
12-
11+
node-version: [16.x]
1312
steps:
14-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1514
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v3
1716
with:
1817
node-version: ${{ matrix.node-version }}
1918
- run: yarn install --frozen-lockfile --ignore-engines
2019
- run: yarn ci
21-
env:
22-
CI: true

0 commit comments

Comments
 (0)