Skip to content

Commit

Permalink
ci: run ci against node 18.x, 20.x (#1527)
Browse files Browse the repository at this point in the history
* ci: run ci against node `16.x, 18.x, 20.x`

fixes #1526

* Update ci.yml

---------

Co-authored-by: Podaru Dragos <[email protected]>
  • Loading branch information
Jameskmonger and PodaruDragos committed Sep 13, 2023
1 parent 1ee86db commit ed254b1
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: [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: [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 ed254b1

Please sign in to comment.