Skip to content

Commit 59ea641

Browse files
chore(deps): update dependency node to v24
1 parent 5d996bf commit 59ea641

File tree

7 files changed

+24
-22
lines changed

7 files changed

+24
-22
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- uses: actions/checkout@v6
3030
- uses: actions/setup-node@v6
3131
with:
32-
node-version: ^22.14.0
32+
node-version: ^24.13.0
3333
- run: corepack enable
3434
- run: pnpm --version
3535
- uses: actions/setup-node@v6
3636
with:
37-
node-version: ^22.14.0
37+
node-version: ^24.13.0
3838
cache: "pnpm"
3939
cache-dependency-path: "**/pnpm-lock.yaml"
4040
- name: install

.github/workflows/ecosystem-ci-from-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/checkout@v6
114114
- uses: actions/setup-node@v6
115115
with:
116-
node-version: ^22.14.0
116+
node-version: ^24.13.0
117117
- run: corepack enable
118118
- run: pnpm --version
119119
- run: pnpm i --frozen-lockfile
@@ -186,7 +186,7 @@ jobs:
186186
- uses: actions/checkout@v6
187187
- uses: actions/setup-node@v6
188188
with:
189-
node-version: ^22.14.0
189+
node-version: ^24.13.0
190190
- run: corepack enable
191191
- run: pnpm --version
192192
- run: pnpm i --frozen-lockfile

.github/workflows/ecosystem-ci-rolldown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v6
8686
- uses: actions/setup-node@v6
8787
with:
88-
node-version: ^22.14.0
88+
node-version: ^24.13.0
8989
id: setup-node
9090
- run: corepack enable
9191
- run: pnpm --version

.github/workflows/ecosystem-ci-selected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/checkout@v6
9292
- uses: actions/setup-node@v6
9393
with:
94-
node-version: ^22.14.0
94+
node-version: ^24.13.0
9595
id: setup-node
9696
- run: corepack enable
9797
- run: pnpm --version

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v6
8989
- uses: actions/setup-node@v6
9090
with:
91-
node-version: ^22.14.0
91+
node-version: ^24.13.0
9292
id: setup-node
9393
- run: corepack enable
9494
- run: pnpm --version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@antfu/ni": "^28.1.0",
5151
"@eslint/js": "^9.22.0",
52-
"@types/node": "^22.13.10",
52+
"@types/node": "^24.10.9",
5353
"@types/pacote": "^11.1.8",
5454
"@types/semver": "^7.5.8",
5555
"eslint": "^9.22.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)