mirror of
https://github.com/pnpm/action-setup.git
synced 2025-04-04 17:59:35 +08:00
Update README.md
This commit is contained in:
parent
c59794306a
commit
b22849d26e
10
README.md
10
README.md
|
@ -99,17 +99,17 @@ steps:
|
|||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: pnpm
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user