Skip to content

Commit 1f1e856

Browse files
fix: use Node 24 for npm trusted publishing (requires npm 11.5.1+)
1 parent 6151754 commit 1f1e856

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: '22.x'
23-
registry-url: 'https://registry.npmjs.org/'
22+
node-version: '24.x'
23+
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install dependencies
2626
run: npm ci

0 commit comments

Comments
 (0)