Skip to content

Commit 225cb53

Browse files
committed
fix publishing
1 parent 6884648 commit 225cb53

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ jobs:
2121
- name: Use Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 22.x
24+
node-version: 24.x
2525
registry-url: 'https://registry.npmjs.org'
2626

27-
- name: Upgrade npm (trusted publishing requires >= 11.5.1)
28-
run: npm install -g npm@latest --force
29-
3027
- name: Install dependencies
3128
run: npm ci
3229

0 commit comments

Comments
 (0)