diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8ce3c7..a8d8d5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: cache: 'yarn' - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --immutable - name: Build Project run: yarn exec tsc --allowUnreachableCode --noCheck --project ./tsconfig.json