Skip to content

Commit bb97f21

Browse files
committed
ci: switch to oidc trusted publishing, drop npm token
1 parent a1394a3 commit bb97f21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
registry-url: https://registry.npmjs.org
2222

2323
- run: npm ci
2424
- run: npm run build
2525
- run: npm run test
2626
- run: npm publish --provenance --access public
27-
env:
28-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)