Skip to content

Commit 7f9fe99

Browse files
authored
refactor(release): run with node24 and remove NPM_TOKEN to use oidc publish (#16733)
1 parent 18dd456 commit 7f9fe99

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18.x
30+
node-version: 24.x
3131
cache: pnpm
3232

3333
- name: Install
@@ -45,4 +45,3 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_CONFIG_PROVENANCE: true
48-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)