Skip to content

Commit

Permalink
Update examples to use pnpm v9 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Aug 14, 2024
1 parent 18ac635 commit ac5bf11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
```
### Install only pnpm with `packageManager`
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand All @@ -141,7 +141,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: false
- name: Install Node.js
Expand Down

0 comments on commit ac5bf11

Please sign in to comment.