Skip to content

Commit b05a67c

Browse files
Remove npm upgrade step (#358)
1 parent 881c648 commit b05a67c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@ jobs:
2323
node-version-file: .nvmrc
2424
registry-url: 'https://registry.npmjs.org' # required for trusted publishing
2525

26-
# npm>=11.5.1 required for NPM trusted publishing
27-
- run: npm install -g npm@latest
2826
- run: npm i
2927
- run: npm run deploy

0 commit comments

Comments
 (0)