Skip to content

Commit

Permalink
docs: update pnpm version in readme examples (#154)
Browse files Browse the repository at this point in the history
azat-io authored Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ac5bf11 commit e303250
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
@@ -80,7 +80,7 @@ jobs:
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
version: 10
```
### Install only pnpm with `packageManager`
@@ -116,7 +116,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9
version: 10
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
@@ -141,7 +141,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
version: 10
run_install: false
- name: Install Node.js

0 comments on commit e303250

Please sign in to comment.