Skip to content

Commit 297f88f

Browse files
committed
update
1 parent bc13f54 commit 297f88f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: steps.version-check.outputs.changed == 'true'
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 24
3939
registry-url: https://registry.npmjs.org
4040

4141
- name: Install dependencies
@@ -44,4 +44,4 @@ jobs:
4444

4545
- name: Publish to npm
4646
if: steps.version-check.outputs.changed == 'true'
47-
run: pnpm publish --access public --no-git-checks
47+
run: pnpm publish --access public --no-git-checks --provenance

0 commit comments

Comments
 (0)