Skip to content

Commit f15f15a

Browse files
chore(deps): update dependency node to v24
1 parent ab3e021 commit f15f15a

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: with Node.js 16 on ubuntu-latest
77
uses: actions/setup-node@v6
88
with:
9-
node-version: 22.x
9+
node-version: 24.x
1010
cache: "npm"
1111
cache-dependency-path: javascript/package-lock.json
1212

javascript/package-lock.json

Lines changed: 8 additions & 6 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
@@ -41,7 +41,7 @@
4141
"@playwright/test": "1.56.1",
4242
"@types/glob": "^9.0.0",
4343
"@types/mocha": "10.0.10",
44-
"@types/node": "22.19.0",
44+
"@types/node": "24.10.0",
4545
"@types/react": "18.3.26",
4646
"@types/react-dom": "18.3.7",
4747
"@typescript-eslint/eslint-plugin": "^8.39.0",

0 commit comments

Comments
 (0)