Skip to content

Commit 4c119e3

Browse files
committed
fix: use Node 24 for npm trusted publishing (requires npm 11.5.1+)
1 parent 4827179 commit 4c119e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "22"
28+
node-version: "24"
2929
cache: "pnpm"
3030
registry-url: "https://registry.npmjs.org"
3131

0 commit comments

Comments
 (0)