aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/checks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 8bd2200..f005f4a 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -16,7 +16,7 @@ jobs:
- name: Yarn Cache
uses: c-hive/gha-yarn-cache@v2
- name: Install Dependencies
- run: yarn install --immutable --immutable-cache
+ run: yarn install --immutable
- name: Create Fake Ignored files
run: |
cp src/config/example-options.ts src/config/options.ts
@@ -42,7 +42,7 @@ jobs:
- name: Yarn Cache
uses: c-hive/gha-yarn-cache@v2
- name: Install Dependencies
- run: yarn install --immutable --immutable-cache
+ run: yarn install --immutable
- name: Configure Git
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"