Skip to content

Commit e7c5868

Browse files
authored
ci: add Node.js 25 to ci.yml and fix Bun CI (#562)
* ci: add Node.js 25 to `ci.yml` * wip
1 parent 868153b commit e7c5868

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
os: [ubuntu-latest]
4949
eslint: [9]
50-
node: [24.x, 22.x, 20.x, 18.x, "18.18.0"]
50+
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"]
5151
include:
5252
- os: windows-latest
5353
eslint: 9

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
"devDependencies": {
7676
"@eslint/js": "^9.36.0",
7777
"@eslint/json": "^0.13.2",
78+
"@types/mdast": "^4.0.4",
79+
"@types/unist": "^3.0.3",
7880
"c8": "^10.1.3",
7981
"dedent": "^1.5.3",
8082
"eslint": "^9.36.0",
@@ -84,6 +86,7 @@
8486
"lint-staged": "^15.2.9",
8587
"mocha": "^11.6.0",
8688
"prettier": "^3.3.3",
89+
"semver": "^7.7.3",
8790
"typescript": "^5.9.2",
8891
"yorkie": "^2.0.0"
8992
},

0 commit comments

Comments
 (0)