diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e99f215954..78d13fd87a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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