Skip to content

Commit 2c2ad7c

Browse files
chore(deps): update dependency node to v24
1 parent 4c6588c commit 2c2ad7c

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18.x
30+
node-version: 24.13.1
3131

3232
- name: Install pnpm via corepack
3333
shell: bash

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18.x
24+
node-version: 24.13.1
2525

2626
- name: Install pnpm via corepack
2727
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@changesets/cli": "^2.27.1",
7878
"@nuxtjs/eslint-config-typescript": "^12.1.0",
7979
"@testing-library/vue": "^8.0.2",
80-
"@types/node": "^18.19.17",
80+
"@types/node": "^24.10.13",
8181
"@vue/runtime-core": "^3.4.19",
8282
"del-cli": "^5.1.0",
8383
"eslint": "^8.56.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)