mirror of
https://github.com/seepine/action-setup-pnpm.git
synced 2025-04-01 21:40:09 +08:00
docs: fix action name
This commit is contained in:
parent
a93e6ecf6a
commit
a5eceae314
@ -1,4 +1,4 @@
|
||||
# actions-setup-pnpm
|
||||
# action-setup-pnpm
|
||||
|
||||
> Use corepack, if you want to set pnpm version, setting the packageManager field in package.json like `"packageManager":"pnpm@8.10.2"`
|
||||
|
||||
@ -8,7 +8,7 @@ It will setup pnpm and run `pnpm install`.
|
||||
|
||||
```yml
|
||||
- name: Setup pnpm and Install
|
||||
uses: seepine/actions-setup-pnpm@v1
|
||||
uses: seepine/action-setup-pnpm@v1
|
||||
```
|
||||
|
||||
## Input
|
||||
|
Loading…
x
Reference in New Issue
Block a user