diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c198bb1f9..3d8a76cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -322,7 +322,7 @@ jobs: java-version: '17' - name: Install dependencies - run: yarn install --frozen-lockfile --cache-folder $(yarn cache dir) + run: yarn install --immutable - name: Generate open-api run: yarn codegen:socket @@ -382,7 +382,7 @@ jobs: java-version: '17' - name: Install dependencies - run: yarn install --frozen-lockfile --cache-folder $(yarn cache dir) + run: yarn install --immutable - name: Generate open-api run: yarn codegen:socket @@ -394,7 +394,7 @@ jobs: run: yarn codegen:graphql - name: Install dependencies - run: yarn install --frozen-lockfile --cache-folder $(yarn cache dir) + run: yarn install --immutable - name: Verify Cypress run: yarn cypress install