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 147fe85 commit b6b0725Copy full SHA for b6b0725
1 file changed
.github/workflows/publish.yml
@@ -28,6 +28,7 @@ jobs:
28
node-version: 22.x
29
registry-url: 'https://registry.npmjs.org'
30
cache: 'npm'
31
+ - run: npm install -g npm@~11.10.0 # Work-around for https://github.com/npm/cli/issues/9151#issuecomment-4131466208
32
- run: npm i -g npm@latest
33
- run: npm ci
34
- run: npm version ${TAG_NAME} --git-tag-version=false
0 commit comments