Skip to content

Commit de8efbd

Browse files
chore(deps): update dependency node to v24.12.0
1 parent cb17123 commit de8efbd

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/actions/prepare/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
88
with:
99
cache: npm
10-
node-version: 24.11.1
10+
node-version: 24.12.0
1111
- run: npm ci
1212
shell: bash
1313
using: composite

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/json5": "2.2.0",
2929
"@types/lodash": "4.17.21",
3030
"@types/minimatch": "5.1.2",
31-
"@types/node": "22.19.2",
31+
"@types/node": "24.10.3",
3232
"@typescript-eslint/eslint-plugin": "5.53.0",
3333
"@typescript-eslint/parser": "5.53.0",
3434
"ansi-regex": "6.2.2",

0 commit comments

Comments
 (0)