Skip to content

Commit ab57f4b

Browse files
authored
refactor(release): run with node24 and remove NPM_TOKEN to use oidc publish (#699)
1 parent fc3f670 commit ab57f4b

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: 20
29+
node-version: 24
3030
cache: pnpm
3131

3232
- name: Install
@@ -43,7 +43,6 @@ jobs:
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
NPM_CONFIG_PROVENANCE: true
46-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4746

4847
- name: Update Template Repo
4948
if: steps.changesets.outputs.published == 'true'

0 commit comments

Comments
 (0)