Skip to content

Commit e34cb01

Browse files
committed
Chore: (SCD-552) - use trusted npm publishing
1 parent f4c8447 commit e34cb01

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

clients/typescript/.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
tag: ${{github.event.release.tag_name}}
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '18'
21+
node-version: '22.14.0'
2222
registry-url: 'https://registry.npmjs.org/'
23+
- name: Ensure npm >= 11.5.1
24+
run: npm install -g npm@^11.5.1
2325
- run: npm install
24-
- run: npm publish --access public
26+
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)