Skip to content

Commit f3eb99c

Browse files
committed
ci: update node version, use provenance
1 parent 22ec3c8 commit f3eb99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: node
9191
uses: actions/setup-node@v6
9292
with:
93-
node-version: 22
93+
node-version: 24
9494
cache: "npm"
9595
- name: install
9696
run: npm ci
@@ -103,7 +103,7 @@ jobs:
103103
path: packages/fuzzer/prebuilds
104104
merge-multiple: true
105105
- name: publish
106-
run: npm publish --workspaces --access public
106+
run: npm publish --workspaces --provenance
107107
# create GitHub release
108108
- name: read version
109109
id: read-version

0 commit comments

Comments
 (0)