Skip to content

Commit

Permalink
Don't install pnpm until after node is setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdales committed Oct 6, 2024
1 parent 03d8d1f commit 4383f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
run_install: false

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4383f55

Please sign in to comment.