Skip to content

Commit 04bfec4

Browse files
authored
set up OIDC (#17)
1 parent db3f698 commit 04bfec4

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
@@ -41,7 +41,6 @@ jobs:
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_CONFIG_PROVENANCE: true
44-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4544

4645
# TODO alert discord
4746
# - name: Send a Slack notification if a publish happens

0 commit comments

Comments
 (0)