diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 333f49a1e..c1af2dbe3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,7 @@ jobs: node-version-file: '.nvmrc' - name: Install - run: yarn install --immutable + run: yarn install - name: Build run: yarn build @@ -54,7 +54,7 @@ jobs: node-version-file: '.nvmrc' - name: Install - run: yarn install --immutable + run: yarn install - name: Build if: steps.cache-build.outputs.cache-hit != 'true' @@ -86,7 +86,7 @@ jobs: node-version-file: '.nvmrc' - name: Install - run: yarn install --immutable + run: yarn install - name: Build if: steps.cache-build.outputs.cache-hit != 'true'