Skip to content

Commit 2a008bb

Browse files
authored
ci: add Node.js 25 to ci.yml (#235)
1 parent f06ab31 commit 2a008bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: [ubuntu-latest]
2828
# Please avoid setting the Node.js version to "18.18.0"
2929
# https://github.com/eslint/generator-eslint/pull/223
30-
node: [24.x, 22.x, 20.x, 18.x, "18.18.1"]
30+
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.1"]
3131
include:
3232
- os: windows-latest
3333
node: "lts/*"

0 commit comments

Comments
 (0)