Skip to content

Commit af051f8

Browse files
committed
skip npm i -g npm during release
1 parent e8aa68c commit af051f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
node-version: 22
1919
registry-url: https://registry.npmjs.org/
20-
- run: npm install -g npm@latest
21-
continue-on-error: true
2220
- run: npm ci --ignore-scripts --no-audit --no-fund
2321
- run: npm test
2422
- name: Bump version in package.json

0 commit comments

Comments
 (0)