Skip to content

Commit 15a3ef8

Browse files
remiposoclaude
andauthored
ci: bump Node to 24 to fix release workflow (#170)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eb7a92d commit 15a3ef8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
node-version-file: ./package.json
2323
registry-url: https://registry.npmjs.org
2424

25-
- name: Update npm and setup pnpm
25+
- name: Setup pnpm
2626
run: |
27-
npm i -g npm@latest
2827
npm i -g corepack@latest
2928
corepack enable
3029

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"packageManager": "pnpm@10.33.0",
1212
"engines": {
13-
"node": "22.x"
13+
"node": "24.x"
1414
}
1515
}

0 commit comments

Comments
 (0)