diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 956b4c2..c2a7b8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x cache: "yarn" cache-dependency-path: "yarn.lock" registry-url: "https://registry.npmjs.org" @@ -43,5 +43,3 @@ jobs: publish: yarn release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_CONFIG_PROVENANCE: true