Skip to content

Commit 90bdbba

Browse files
authored
ci: Update publish step to support trusted publishing
Update the node version to 24 so that the included npm fulfills the version requirement for trusted publishing
1 parent 26379cc commit 90bdbba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ jobs:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
- uses: actions/setup-node@v4
8282
with:
83-
node-version: '20'
83+
node-version: '24'
8484
registry-url: 'https://registry.npmjs.org'
8585
- run: npm publish --provenance --access public
86-
env:
87-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
88-

0 commit comments

Comments
 (0)