diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index bcab1c3a..e652d44d 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -32,7 +32,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' - - run: yarn --immutable --immutable-cache + - run: yarn --immutable - run: yarn build - name: Require clean working directory shell: bash @@ -57,7 +57,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' - - run: yarn --immutable --immutable-cache + - run: yarn --immutable - run: yarn lint - name: Validate RC changelog if: ${{ startsWith(github.head_ref, 'release/') }} @@ -88,7 +88,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' - - run: yarn --immutable --immutable-cache + - run: yarn --immutable - run: yarn test - name: Require clean working directory shell: bash