Skip to content

Commit d4237bd

Browse files
committed
add npm install latest
1 parent 5cd751b commit d4237bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

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

28+
- run: npm i -g npm@latest
29+
2830
- run: npm i
2931
- run: npm run deploy

0 commit comments

Comments
 (0)