refactor(release): run with node24 and remove NPM_TOKEN to use oidc publish (#16733)

pull/16734/head
Dominik G. 1 week ago committed by GitHub
parent 18dd45640b
commit 7f9fe99927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 24.x
cache: pnpm
- name: Install
@ -45,4 +45,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Loading…
Cancel
Save