diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed58026..edbc6ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,17 +23,13 @@ jobs: with: fetch-depth: 0 - - name: Install pnpm - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - name: Setup pnpm and Node.js + uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2 with: version: 11.15.1 - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 24 - cache: 'pnpm' - registry-url: 'https://registry.npmjs.org' + runtime: node@24 + cache: true + install: false - name: Install Dependencies run: pnpm install --frozen-lockfile