mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +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:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile # optional, --immutable
|
||||||
# - run: yarn install --immutable
|
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue