We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1e063 commit 6ce7202Copy full SHA for 6ce7202
1 file changed
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Node.js and enable npm cache
32
uses: actions/setup-node@v4
33
with:
34
- node-version: '22'
+ node-version: '24'
35
cache: 'npm'
36
registry-url: 'https://registry.npmjs.org'
37
@@ -43,5 +43,3 @@ jobs:
43
44
- name: Publish to npm (via Trusted Publisher OIDC)
45
run: npm publish --access public --provenance
46
- env:
47
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments