Skip to content

Commit 1fe17cb

Browse files
authored
Remove global npm installation from publish workflow
Removed global npm installation step for version 11.10.0.
1 parent 5728f1a commit 1fe17cb

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
@@ -27,7 +27,6 @@ jobs:
2727
git config --global user.name "${{ github.actor }}"
2828
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
2929
30-
- run: npm install -g npm@^11.10.0
3130
- run: npm ci
3231
- run: npm run build:main
3332
- run: npm run publish:version ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)