Skip to content

Commit

Permalink
ci: run ci against node 16.x, 18.x, 20.x
Browse files Browse the repository at this point in the history
fixes #1526
  • Loading branch information
Jameskmonger authored Sep 13, 2023
1 parent eecf9bf commit 95f4279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [16.x, 18.x, 20.x]
ts-project: [src/tsconfig.json, src/tsconfig-es6.json]
env:
TS_NODE_PROJECT: ${{ matrix.ts-project }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
node-version: [16.x, 18.x, 20.x]
ts-project: [src/tsconfig.json, src/tsconfig-es6.json]
env:
TS_NODE_PROJECT: ${{ matrix.ts-project }}
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2
with:
directory: coverage/
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 95f4279

Please sign in to comment.