Skip to content

Commit 214c2c0

Browse files
ci: updated node versions in CI tests
1 parent fdef127 commit 214c2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.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: [20.x, 21.x, 22.x, 23.x, 24.x, v25.x]
12+
node-version: [20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
1313
fail-fast: true
1414

1515
name: Test TypeScript build

0 commit comments

Comments
 (0)