Skip to content

Commit

Permalink
👷 latest pnpm did NOT work
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Oct 6, 2023
1 parent 2c34abf commit 12c20b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install pnpm
id: install-pnpm
# if: steps.cache-pnpm-store.outputs.cache-hit != 'true'
run: npm i --no-save pnpm@"<9.0.0"
run: npm i --no-save pnpm@8.6.5
- name: Install dependencies recursively
id: install-dependencies
# if: steps.cache-pnpm-store.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 12c20b3

Please sign in to comment.