Skip to content

Commit 6527b45

Browse files
fix: pin npm to 11.10.0 to avoid MODULE_NOT_FOUND issue
1 parent 894c8c8 commit 6527b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)