mirror of
https://github.com/actions/setup-node.git
synced 2025-07-01 23:23:47 +00:00
fix review issues
This commit is contained in:
parent
aa716b5d28
commit
5d43bea6ac
3 changed files with 6 additions and 6 deletions
|
@ -318,7 +318,7 @@ steps:
|
|||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14.x'
|
||||
corepack: enable
|
||||
corepack: true
|
||||
```
|
||||
|
||||
It is recommended to configure `package.json#packageManager` if you want to use it.
|
||||
|
@ -327,7 +327,7 @@ e.g.
|
|||
```json
|
||||
{
|
||||
"name": "example",
|
||||
"packageManager": "pnpm@7.5.2",
|
||||
"packageManager": "pnpm@7.9.5",
|
||||
// ...
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue