We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9c70f commit 97e2267Copy full SHA for 97e2267
1 file changed
.github/workflows/publish.yml
@@ -25,5 +25,8 @@ jobs:
25
node-version-file: .nvmrc
26
registry-url: 'https://registry.npmjs.org' # required for trusted publishing
27
28
+ - run: |
29
+ npm i -g npm@latest
30
+ npm --version
31
- run: npm i
32
- run: npm run deploy
0 commit comments