Skip to content

Commit 4df7589

Browse files
chore(deps): update dependency node to v24 (#414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 770d40a commit 4df7589

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/nuxt/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v5
1919
with:
20-
node-version: 20.19.5
20+
node-version: 24.11.0
2121

2222
- run: npm i -g --force corepack@latest && corepack enable
2323

@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v5
3737
with:
38-
node-version: 20.19.5
38+
node-version: 24.11.0
3939

4040
- run: npm i -g --force corepack@latest && corepack enable
4141

playground/react-samples/bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@tailwindcss/postcss": "^4.1.17",
16-
"@types/node": "^20.19.24",
16+
"@types/node": "^24.10.0",
1717
"@types/react": "^19.2.2",
1818
"@types/react-dom": "^19.2.2",
1919
"eslint": "^9.39.1",
@@ -356,7 +356,7 @@
356356

357357
"@types/json5": ["@types/[email protected]", "", {}, "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="],
358358

359-
"@types/node": ["@types/node@20.19.24", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA=="],
359+
"@types/node": ["@types/node@24.10.0", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A=="],
360360

361361
"@types/react": ["@types/[email protected]", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA=="],
362362

@@ -1036,7 +1036,7 @@
10361036

10371037
"unbox-primitive": ["[email protected]", "", { "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", "has-symbols": "^1.1.0", "which-boxed-primitive": "^1.1.1" } }, "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw=="],
10381038

1039-
"undici-types": ["undici-types@6.21.0", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
1039+
"undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="],
10401040

10411041
"universalify": ["[email protected]", "", {}, "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw=="],
10421042

playground/react-samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@tailwindcss/postcss": "^4.1.17",
20-
"@types/node": "^20.19.24",
20+
"@types/node": "^24.10.0",
2121
"@types/react": "^19.2.2",
2222
"@types/react-dom": "^19.2.2",
2323
"eslint": "^9.39.1",

0 commit comments

Comments
 (0)