Skip to content

Commit 7dc0707

Browse files
committed
ci: use node 24 and provenance for oidc publishing
1 parent 2be889a commit 7dc0707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Node.js
7979
uses: actions/setup-node@v4
8080
with:
81-
node-version: 22
81+
node-version: 24
8282
cache: pnpm
8383

8484
- name: Install dependencies
@@ -90,5 +90,5 @@ jobs:
9090
- name: Release
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
93+
NPM_CONFIG_PROVENANCE: true
9494
run: pnpm exec semantic-release

0 commit comments

Comments
 (0)