Skip to content

Commit d12981c

Browse files
chore(deps): update dependency node to v24
1 parent e05cdcc commit d12981c

4 files changed

Lines changed: 98 additions & 92 deletions

File tree

.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/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pnpm/action-setup@v4
3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 22
33+
node-version: 24
3434
registry-url: 'https://registry.npmjs.org'
3535
cache: pnpm
3636
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC

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)