Skip to content

Commit 25c3e6d

Browse files
chore(deps): update dependency node to v24
1 parent bbc445d commit 25c3e6d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: 23
2727
- uses: actions/setup-node@v6
2828
with:
29-
node-version: 22.x
29+
node-version: 24.x
3030
- run: npm i
3131
- run: make test
3232
- uses: codecov/codecov-action@v5

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/eslint": "^9.0.0",
2323
"@types/jest": "^30.0.0",
2424
"@types/mocha": "^10.0.1",
25-
"@types/node": "^22.0.0",
25+
"@types/node": "^24.0.0",
2626
"@types/vscode": "^1.63.0",
2727
"@typescript-eslint/eslint-plugin": "^8.0.0",
2828
"@typescript-eslint/parser": "^8.0.0",

0 commit comments

Comments
 (0)