ci: use frozen-lockfile in CI (#51012)

Use frozen-lockfile for the CI yarn install

PR Close #51012
This commit is contained in:
Joey Perrott 2023-07-11 18:22:08 +00:00
parent d9f832d55c
commit 25153e94f6

View file

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