Skip to content

Commit 817e56e

Browse files
rubiinWikiRik
andauthored
ci: add latest node versions (#2364)
Co-authored-by: Rik Smale <[email protected]>
1 parent 6b3f62d commit 817e56e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
node-version: [14, 12, 10, 8, 6]
12+
node-version: [20, 18, 16, 14, 12, 10, 8, 6]
1313
name: Run tests on Node.js ${{ matrix.node-version }}
1414
steps:
1515
- name: Setup Node.js ${{ matrix.node-version }}
@@ -20,10 +20,10 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v2
2222
- name: Install dependencies
23-
run: npm install
23+
run: npm install --legacy-peer-deps
2424
- name: Run tests
2525
run: npm test
26-
- if: matrix.node-version == 14
26+
- if: matrix.node-version == 20
2727
name: Send coverage info to Codecov
2828
uses: codecov/codecov-action@v1
2929
with:

0 commit comments

Comments
 (0)