Skip to content

Commit

Permalink
ci: use frozen-lockfile in CI (#51012)
Browse files Browse the repository at this point in the history
Use frozen-lockfile for the CI yarn install

PR Close #51012
  • Loading branch information
josephperrott committed Jul 11, 2023
1 parent d9f832d commit 25153e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25153e9

Please sign in to comment.