Skip to content

Commit fc88ca6

Browse files
chore(deps): update node.js
1 parent 8b0e823 commit fc88ca6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node": "22.14.0"
3333
},
3434
"volta": {
35-
"node": "24.11.1",
35+
"node": "24.13.0",
3636
"pnpm": "10.28.2"
3737
},
3838
"pnpm": {

0 commit comments

Comments
 (0)