Skip to content

Commit

Permalink
bot: reorder action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBHarley committed Apr 16, 2024
1 parent ce20369 commit 4edab7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4edab7a

Please sign in to comment.