Skip to content

Commit b064f4b

Browse files
committed
Switch to OIDC trusted publishing, remove npm token dependency
1 parent 25be6f0 commit b064f4b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 24
2323
cache: npm
2424
registry-url: https://registry.npmjs.org
2525

@@ -31,5 +31,3 @@ jobs:
3131

3232
- name: Publish
3333
run: npm publish --provenance --access public
34-
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)