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 176dc41 commit 6a741f3Copy full SHA for 6a741f3
.github/workflows/publish.yml
@@ -23,5 +23,6 @@ jobs:
23
node-version: '18.x'
24
registry-url: 'https://registry.npmjs.org'
25
26
+ - run: npm install -g npm@latest
27
- run: npm ci
28
- run: npm run deploy
0 commit comments