mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: use frozen-lockfile in CI (#51012)
Use frozen-lockfile for the CI yarn install PR Close #51012
This commit is contained in:
parent
d9f832d55c
commit
25153e94f6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -30,9 +30,9 @@ jobs:
|
|||
./node_modules
|
||||
./aio/node_modules
|
||||
- name: Install node modules
|
||||
run: yarn install --immutable
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Install node modules in aio
|
||||
run: yarn install --immutable --cwd aio
|
||||
run: yarn install --frozen-lockfile --cwd aio
|
||||
- name: Check code lint
|
||||
run: yarn -s tslint
|
||||
- name: Check code lint in aio
|
||||
|
|
|
|||
Loading…
Reference in a new issue