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 07f25e1 commit 0b60a51Copy full SHA for 0b60a51
1 file changed
.github/workflows/publish.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
node-version: "20.x"
17
registry-url: "https://registry.npmjs.org"
18
+ - run: npm install -g npm@latest
19
- run: npm ci
20
- run: npm test
21
- run: npm publish --provenance --access public
0 commit comments