Skip to content

Commit 97e2267

Browse files
committed
npm i latest
1 parent 7d9c70f commit 97e2267

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

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

28+
- run: |
29+
npm i -g npm@latest
30+
npm --version
2831
- run: npm i
2932
- run: npm run deploy

0 commit comments

Comments
 (0)