Skip to content

Commit

Permalink
Update examples to use pnpm v9 (pnpm#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored and github-actions[bot] committed Sep 12, 2024
1 parent 8abbb52 commit 78ed2de
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 78ed2de

Please sign in to comment.