We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c8447 commit b18bb40Copy full SHA for b18bb40
1 file changed
clients/typescript/.github/workflows/release.yml
@@ -18,7 +18,9 @@ jobs:
18
tag: ${{github.event.release.tag_name}}
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: '18'
+ node-version: '22.14.0'
22
registry-url: 'https://registry.npmjs.org/'
23
+ - name: Ensure npm >= 11.5.1
24
+ run: npm install -g npm@^11.5.1
25
- run: npm install
- - run: npm publish --access public
26
+ - run: npm publish --provenance --access public
0 commit comments