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 5ea2a18 + f44540d commit ae5fc45Copy full SHA for ae5fc45
1 file changed
.github/workflows/npm-publish.yml
@@ -18,8 +18,9 @@ jobs:
18
cache: 'npm'
19
registry-url: 'https://registry.npmjs.org'
20
21
- - name: Update NPM
22
- run: npm install -g npm@latest
+ # Pin 11 for https://github.com/npm/cli/issues/9722
+ - name: Pin npm
23
+ run: npm install -g npm@11
24
25
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
26
- run: echo ${VERSION}
0 commit comments