There was an error while loading. Please reload this page.
1 parent 25be6f0 commit b064f4bCopy full SHA for b064f4b
2 files changed
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: 20
+ node-version: 24
23
cache: npm
24
registry-url: https://registry.npmjs.org
25
@@ -31,5 +31,3 @@ jobs:
31
32
- name: Publish
33
run: npm publish --provenance --access public
34
- env:
35
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.npmrc
0 commit comments