Skip to content

Commit 4c0cd57

Browse files
authored
Merge pull request #77 from Workable/fix/npm-publish-remove-global-npm-upgrade
fix: remove global npm upgrade from publish workflow
2 parents 3d47932 + 81198f1 commit 4c0cd57

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
node-version: 22
2121
registry-url: https://registry.npmjs.org/
22-
- run: npm install -g npm@latest
2322
- run: npm ci
2423
- run: npm run build
2524
- run: |

0 commit comments

Comments
 (0)