Skip to content

Commit 2f90602

Browse files
committed
fix(ci): remove broken npm self-update step
Node 22 runners ship with a working npm. The npm install -g npm@latest step breaks with 'Cannot find module promise-retry' due to a known compatibility issue in npm's self-update path.
1 parent 56e5992 commit 2f90602

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
node-version: 22
2222
registry-url: https://registry.npmjs.org
23-
- run: npm install -g npm@latest
2423
- run: npm ci
2524
- run: npm run build
2625
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)