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 4b30a17 commit 569e867Copy full SHA for 569e867
.github/workflows/ci.yml
@@ -47,5 +47,7 @@ jobs:
47
cache: npm
48
registry-url: 'https://registry.npmjs.org'
49
50
+ # Ensure npm 11.5.1 or later for trusted publishing
51
+ - run: npm install -g npm@11.5.1
52
- run: npm ci
53
- run: npm publish --provenance --access public
0 commit comments