Skip to content

Commit 0ed7b24

Browse files
committed
ci: drop broken 'npm install -g npm@latest' from publish workflow
1 parent 1069430 commit 0ed7b24

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
@@ -22,7 +22,6 @@ jobs:
2222
registry-url: https://registry.npmjs.org
2323
cache: npm
2424
cache-dependency-path: packages/js/package-lock.json
25-
- run: npm install -g npm@latest
2625
- run: npm ci
2726
- run: npm run build
2827
- run: npm publish --provenance

0 commit comments

Comments
 (0)