Skip to content

Commit 7df512d

Browse files
fix: pin npm to 11.10.0 to avoid promise-retry failure on Node 22.22.2
1 parent 98b6c8f commit 7df512d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/npm-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525

2626
- name: Update npm
2727
shell: bash
28-
run: npm install -g npm@11
28+
run: npm install -g npm@11.10.0
2929

3030
- name: Install dependencies
3131
shell: bash

0 commit comments

Comments
 (0)