We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7ff68 commit d19f264Copy full SHA for d19f264
1 file changed
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version: '22'
21
registry-url: 'https://registry.npmjs.org'
22
23
+ - run: npm install -g npm@latest
24
- run: npm ci
25
- run: npm run build
26
- run: npm publish --access public
0 commit comments