Skip to content

Commit

Permalink
pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jul 25, 2024
1 parent d1ec14c commit 3168f26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-isolated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
# Pnpm 9.4 introduces this https://github.com/pnpm/pnpm/pull/7633
# which causes workspace:^1.2.0 to be converted to 1.2.0^1.2.0
version: 9.3
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 3168f26

Please sign in to comment.