diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c311fafb4c5..d09f9ce3d21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,8 +32,11 @@ jobs: cache: 'pnpm' registry-url: 'https://registry.npmjs.org' - - name: Install - run: pnpm install + - name: Setup pnpm and install dependencies + uses: pnpm/action-setup@v3 + with: + version: 8 + run_install: true - name: Pre-flight run: |