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 e06c5f4 commit 5e64df3Copy full SHA for 5e64df3
.github/workflows/publish.yml
@@ -23,7 +23,8 @@ jobs:
23
with:
24
node-version: 'lts/*'
25
registry-url: 'https://registry.npmjs.org'
26
+ # Ensure npm 11.5.1 or later is installed
27
+ - name: Update npm
28
+ run: npm install -g npm@latest
29
- run: pnpm install
30
- run: pnpm publish --no-git-checks
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments