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 abb268e commit c2aed9cCopy full SHA for c2aed9c
.github/workflows/ci.yml
@@ -197,6 +197,5 @@ jobs:
197
registry-url: https://registry.npmjs.org
198
- uses: actions/download-artifact@v4
199
with: { name: package }
200
+ - run: npm install -g npm@^11.5.1
201
- run: npm publish *.tgz --provenance
- env:
202
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments