We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc13f54 commit 297f88fCopy full SHA for 297f88f
1 file changed
.github/workflows/release-npm.yml
@@ -35,7 +35,7 @@ jobs:
35
if: steps.version-check.outputs.changed == 'true'
36
uses: actions/setup-node@v4
37
with:
38
- node-version: 20
+ node-version: 24
39
registry-url: https://registry.npmjs.org
40
41
- name: Install dependencies
@@ -44,4 +44,4 @@ jobs:
44
45
- name: Publish to npm
46
47
- run: pnpm publish --access public --no-git-checks
+ run: pnpm publish --access public --no-git-checks --provenance
0 commit comments