Skip to content

Commit 3bdeaae

Browse files
chore(deps): update dependency node to v24
1 parent 8019694 commit 3bdeaae

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/workflows/stryker-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: '22.x'
18+
node-version: '24.x'
1919
cache: 'npm'
2020
cache-dependency-path: javascript/package-lock.json
2121
- run: npm install

javascript/package-lock.json

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

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stryker-mutator/typescript-checker": "9.3.0",
5151
"@types/js-yaml": "^4.0.3",
5252
"@types/mocha": "10.0.10",
53-
"@types/node": "22.19.0",
53+
"@types/node": "24.10.0",
5454
"@typescript-eslint/eslint-plugin": "^8.46.0",
5555
"@typescript-eslint/parser": "^8.46.0",
5656
"eslint": "^9.21.0",

0 commit comments

Comments
 (0)