From 4edab7a369b414d094228882e6911273cea433e0 Mon Sep 17 00:00:00 2001 From: Alex Harley Date: Wed, 17 Apr 2024 06:10:30 +1200 Subject: [PATCH] bot: reorder action steps --- .github/workflows/generate.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index a1721431..1e50c2b9 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