We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82253d6 commit 4e3b547Copy full SHA for 4e3b547
.github/workflows/typescript.yml
@@ -72,9 +72,6 @@ jobs:
72
- name: Setup Node.js
73
uses: actions/setup-node@v4
74
with:
75
- node-version: '20'
76
- registry-url: 'https://registry.npmjs.org'
+ node-version: '22'
77
- name: Publish to npm
78
- run: npm publish ./package/*.tgz --access public
79
- env:
80
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish ./package/*.tgz --access public --provenance
0 commit comments