Skip to content

Commit

Permalink
ci: try fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBHarley committed Apr 16, 2024
1 parent 4edab7a commit 32ef0d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
node-version: "20.x"

- uses: pnpm/action-setup@v3
with:
version: 8.x
version: 8
run_install: true

- name: Install dependencies
Expand Down

0 comments on commit 32ef0d2

Please sign in to comment.