We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b246038 commit 4977faaCopy full SHA for 4977faa
1 file changed
.github/actions/setup-tools/action.yml
@@ -10,7 +10,7 @@ runs:
10
node-version: 22 # semantic-release requires at least this version
11
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
12
shell: bash
13
- run: npm install -g npm@latest
+ run: npm install -g npm@~11.10.0
14
- name: Install dependencies
15
16
run: npm i
0 commit comments