From 294bab06b16d4b586ae234f113a7b2e581b3ace8 Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Fri, 19 Jul 2024 05:26:13 +0530 Subject: [PATCH] fix --- .github/workflows/build-lint-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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