Skip to content

Commit 1568bfb

Browse files
committed
Update CI
1 parent ba9c0e5 commit 1568bfb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node: [12, 14, 16]
20+
node: [12, 14, 16, 18]
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

25-
- uses: actions/setup-node@v2
25+
- uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node }}
2828

29+
- name: Install latest npm
30+
run: npm install --location=global npm@latest
31+
2932
- run: npm ci
3033

3134
- name: Lint and Test

0 commit comments

Comments
 (0)