diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f507232..0c4f2c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: cache: 'yarn' - name: Install Dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable # Waiting for API key approval