mirror of
https://github.com/pnpm/action-setup.git
synced 2026-03-04 08:01:02 +08:00
Compare commits
1 Commits
79c8904e35
...
c75b22c4f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c75b22c4f3 |
@ -86,7 +86,7 @@ jobs:
|
||||
steps:
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
version: 9
|
||||
```
|
||||
|
||||
### Install only pnpm with a version file
|
||||
@ -142,7 +142,7 @@ jobs:
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
version: 9
|
||||
run_install: |
|
||||
- recursive: true
|
||||
args: [--frozen-lockfile, --strict-peer-dependencies]
|
||||
@ -167,7 +167,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 10
|
||||
version: 9
|
||||
run_install: false
|
||||
|
||||
- name: Install Node.js
|
||||
|
||||
Loading…
Reference in New Issue
Block a user