mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
Update advanced-usage.md
This commit is contained in:
parent
6c0bbfaf7d
commit
ceee48ad5f
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@ steps:
|
|||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
- run: yarn install --frozen-lockfile
|
||||
# - run: yarn install --immutable
|
||||
- run: yarn install --frozen-lockfile # optional, --immutable
|
||||
- run: yarn test
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue