Skip to content

Commit f1d7170

Browse files
committed
ci: remove npm install -g npm@latest from publish workflow
Node 22.22.2 bundled npm is incompatible with npm@latest global install due to missing promise-retry module. The bundled npm is sufficient.
1 parent d8575ea commit f1d7170

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
@@ -21,7 +21,6 @@ jobs:
2121
node-version: '22'
2222
registry-url: 'https://registry.npmjs.org'
2323

24-
- run: npm install -g npm@latest
2524
- run: corepack enable
2625
- run: corepack prepare yarn@4.12.0 --activate
2726

0 commit comments

Comments
 (0)