Skip to content

Commit fd5adfb

Browse files
committed
npm regression nodejs/node#62425
1 parent faa214d commit fd5adfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: "22"
1818
registry-url: 'https://registry.npmjs.org'
19-
- run: npm install -g npm@latest
19+
- run: npm install -g npm@11.11.1
2020
- run: npm ci
2121
- run: npm test
2222
- if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }}

0 commit comments

Comments
 (0)