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.
2 parents 0adc80c + 1f3708b commit b5b63f3Copy full SHA for b5b63f3
1 file changed
.github/workflows/node-release.yml
@@ -75,7 +75,7 @@ jobs:
75
node-version: ${{ inputs.node-version }}
76
registry-url: "https://registry.npmjs.org"
77
- name: Update npm # required for trusted publisher
78
- run: npm install -g npm@latest
+ run: npm install -g npm@11
79
- name: Install dependencies
80
run: npm ci
81
- name: Build package
0 commit comments