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.
2 parents f8d0ee9 + 64925a9 commit c7a1761Copy full SHA for c7a1761
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
node-version: 20
20
cache: npm
21
registry-url: https://registry.npmjs.org
22
+ - run: npm install -g npm@latest # trusted publishing requires npm >= 11.5.1
23
- run: npm ci
24
- run: npm run lint && npm run typecheck && npm test && npm run build
25
- run: npm publish --provenance --access public
0 commit comments