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 09cef6c commit 4864c88Copy full SHA for 4864c88
1 file changed
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
node-version: '22'
27
registry-url: 'https://registry.npmjs.org'
28
- - run: npm install -g npm@latest
+ - run: npm install -g npm
29
- run: npm --version
30
- run: npm ci
31
- run: npm publish ${OPTIONS}
0 commit comments