Skip to content

Commit 44989c0

Browse files
authored
Merge pull request #13 from sveltejs/Rich-Harris-patch-1
set up OIDC publishing
2 parents 11b6505 + ea507de commit 44989c0

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)