Skip to content

Commit ded7a9d

Browse files
authored
Publish packages via trusted publishing
1 parent 26379cc commit ded7a9d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,8 @@ jobs:
7878
version-type: 'patch'
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81-
- uses: actions/setup-node@v4
81+
- uses: actions/setup-node@v6
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)