Skip to content

Commit 8bd1d88

Browse files
chore(deps): update dependency node to v24
1 parent 0c25605 commit 8bd1d88

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/release.yaml

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

2727
- name: Install pnpm via corepack
2828
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
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@nuxtjs/eslint-config-typescript": "^12.1.0",
48-
"@types/node": "^18.19.59",
48+
"@types/node": "^24.10.12",
4949
"eslint": "^8.57.1",
5050
"pathe": "^1.1.2",
5151
"prettier": "^3.3.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)