diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02e4cdf..92c1b9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: 24 - cache: 'npm' + cache: 'pnpm' - name: Clear auth token for OIDC run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV - name: Install Dependencies