Update advanced-usage.md

This commit is contained in:
_XiaoTian 2022-05-19 20:45:38 +08:00 committed by GitHub
parent 6c0bbfaf7d
commit ceee48ad5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```