We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585d33e commit 39ed768Copy full SHA for 39ed768
.github/workflows/release.yml
@@ -261,11 +261,12 @@ jobs:
261
262
- uses: actions/setup-node@v4
263
with:
264
- node-version: 20
+ node-version: '24'
265
registry-url: 'https://registry.npmjs.org'
266
267
+ # Uses npm Trusted Publishing (OIDC). No NPM_TOKEN needed.
268
+ # Configure once at npmjs.com → package @hai.ai/jacs → Trusted Publisher:
269
+ # Organization/user, Repository, Workflow filename: release.yml
270
- name: Publish to npm
- run: npm publish --access public --provenance
271
+ run: npm publish --access public
272
working-directory: jacsnpm
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments