We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7068d commit 7ba8af9Copy full SHA for 7ba8af9
1 file changed
.github/actions/setup-tools/action.yml
@@ -11,7 +11,7 @@ runs:
11
# Ensure npm 11.5.1 or later is installed for Trusted publishing
12
- name: Update npm
13
shell: bash
14
- run: npm install -g npm@latest
+ run: npm install -g npm@~11.10.0
15
- name: Install dependencies
16
17
run: npm i
0 commit comments