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 49173ca commit 675e61aCopy full SHA for 675e61a
.github/workflows/publish.yml
@@ -29,9 +29,9 @@ jobs:
29
bun-version: latest
30
registry-url: "https://registry.npmjs.org"
31
32
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
33
with:
34
- node-version: '20.x'
+ node-version: '24.x'
35
registry-url: 'https://registry.npmjs.org'
36
37
- name: Install packages
@@ -44,7 +44,5 @@ jobs:
44
run: bun run test
45
46
- name: 'Publish'
47
- env:
48
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49
run: |
50
- npm publish --provenance --access=public
+ NODE_AUTH_TOKEN="" npm publish --provenance --access=public
0 commit comments