Skip to content

Commit d00d49d

Browse files
fix: pin npm to 11.10.0 (#898)
1 parent f01d90a commit d00d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-node-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ runs:
2727

2828
- name: Update npm to version 11
2929
shell: bash
30-
run: npm install -g npm@11
30+
run: npm install -g npm@11.10.0

0 commit comments

Comments
 (0)