Skip to content

Commit d50f50c

Browse files
authored
chore: add node v25 to CI (#1950)
1 parent d5192df commit d50f50c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
node-version: [20.x, 22.x, 24.x]
75+
node-version: [20.x, 22.x, 24.x, 25.x]
7676
eslint-version: [8, 9, 10]
7777
ts-eslint-plugin-version: [8]
7878
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)