From 8e6486542bb9acfb95f5d2c4ef102fb74e70b45a Mon Sep 17 00:00:00 2001 From: dominikg Date: Tue, 9 Sep 2025 16:14:47 +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 d55093018..553034510 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: pnpm - name: Install @@ -43,7 +43,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_CONFIG_PROVENANCE: true - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Update Template Repo if: steps.changesets.outputs.published == 'true'