From 32aa3355fdff856919179b4277822d06cbf0db21 Mon Sep 17 00:00:00 2001 From: dominikg Date: Tue, 9 Sep 2025 16:06:16 +0200 Subject: [PATCH] refactor(release): run with node24 and remove NPM_TOKEN to use oidc publish --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6debe5662a88..f9d683a2ae20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}