diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index a172143..1e50c2b 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -16,17 +16,17 @@ jobs: token: ${{ secrets.PAT }} fetch-depth: 0 - - uses: pnpm/action-setup@v4 - with: - version: 8.x - run_install: true - - name: Use Node.js uses: actions/setup-node@v4 with: node-version: 20.x cache: pnpm + - uses: pnpm/action-setup@v3 + with: + version: 8.x + run_install: true + - name: Install dependencies run: pnpm install --frozen-lockfile