Skip to content

Commit b6b0725

Browse files
authored
fix: trick npm into behaving (#606)
1 parent 147fe85 commit b6b0725

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
node-version: 22.x
2929
registry-url: 'https://registry.npmjs.org'
3030
cache: 'npm'
31+
- run: npm install -g npm@~11.10.0 # Work-around for https://github.com/npm/cli/issues/9151#issuecomment-4131466208
3132
- run: npm i -g npm@latest
3233
- run: npm ci
3334
- run: npm version ${TAG_NAME} --git-tag-version=false

0 commit comments

Comments
 (0)