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