Skip to content

Commit ea507de

Browse files
authored
set up OIDC publishing
Updated Node.js version from 22.x to 24.x in release workflow.
1 parent 11b6505 commit ea507de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 22.x
29+
node-version: 24.x
3030
cache: pnpm
3131

3232
- run: pnpm install --frozen-lockfile
@@ -39,4 +39,3 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_CONFIG_PROVENANCE: true
42-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)