Skip to content

Commit 4e3b547

Browse files
committed
Typescript workflow update to use trusted publish
Retry Retry
1 parent 82253d6 commit 4e3b547

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/typescript.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
- name: Setup Node.js
7373
uses: actions/setup-node@v4
7474
with:
75-
node-version: '20'
76-
registry-url: 'https://registry.npmjs.org'
75+
node-version: '22'
7776
- name: Publish to npm
78-
run: npm publish ./package/*.tgz --access public
79-
env:
80-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
77+
run: npm publish ./package/*.tgz --access public --provenance

0 commit comments

Comments
 (0)