Skip to content

Commit 754fffb

Browse files
chore(deps): update dependency node to v24
1 parent 0e4613e commit 754fffb

File tree

5 files changed

+99
-93
lines changed

5 files changed

+99
-93
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: corepack enable
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 22
15+
node-version: 24
1616
package-manager-cache: false
1717
- uses: pnpm/action-setup@v4
1818

.github/workflows/plan-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: pnpm/action-setup@v4
5656
- uses: actions/setup-node@v6
5757
with:
58-
node-version: 22
58+
node-version: 24
5959
cache: pnpm
6060
- run: pnpm install --frozen-lockfile
6161
- name: "Generate Explanation and Prep Changelogs"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: pnpm/action-setup@v4
5050
- uses: actions/setup-node@v6
5151
with:
52-
node-version: 22
52+
node-version: 24
5353
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5454
registry-url: 'https://registry.npmjs.org'
5555
cache: pnpm

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"extends": "../../package.json"
4949
},
5050
"devDependencies": {
51-
"@types/node": "^22.10.10",
51+
"@types/node": "^24.0.0",
5252
"publint": "^0.3.0",
5353
"vite": "^7.0.0",
5454
"vitest": "^3.0.5"

0 commit comments

Comments
 (0)