Skip to content

Commit

Permalink
docs: update pnpm version in readme
Browse files Browse the repository at this point in the history
fixes #89
  • Loading branch information
KSXGitHub committed Jul 25, 2023
1 parent 11dd14d commit f92eb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8
```

### Install pnpm and a few npm packages
Expand All @@ -83,7 +83,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down

0 comments on commit f92eb0e

Please sign in to comment.