Skip to content

Commit c33d6fd

Browse files
ci: Enhanced CI by removed old node version and adding latest versions to test-ts.yml
1 parent 5a2e4c3 commit c33d6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
12+
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
1313

1414
name: Test TypeScript build
1515
steps:

0 commit comments

Comments
 (0)