Skip to content

Commit ed254b1

Browse files
ci: run ci against node 18.x, 20.x (#1527)
* ci: run ci against node `16.x, 18.x, 20.x` fixes #1526 * Update ci.yml --------- Co-authored-by: Podaru Dragos <[email protected]>
1 parent 1ee86db commit ed254b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [10.x, 12.x, 14.x, 15.x]
29+
node-version: [18.x, 20.x]
3030
ts-project: [src/tsconfig.json, src/tsconfig-es6.json]
3131
env:
3232
TS_NODE_PROJECT: ${{ matrix.ts-project }}
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
58+
node-version: [18.x, 20.x]
5959
ts-project: [src/tsconfig.json, src/tsconfig-es6.json]
6060
env:
6161
TS_NODE_PROJECT: ${{ matrix.ts-project }}
@@ -91,4 +91,4 @@ jobs:
9191
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2
9292
with:
9393
directory: coverage/
94-
fail_ci_if_error: true
94+
fail_ci_if_error: true

0 commit comments

Comments
 (0)