Skip to content

Commit 107ed40

Browse files
Change check-cache
1 parent 83b6338 commit 107ed40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install node modules
3636
run: |
37-
yarn install --immutable --immutable-cache
37+
yarn install --immutable --check-cache
3838
3939
- name: Cache Gradle Wrapper
4040
uses: actions/cache@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install node modules
3737
run: |
38-
yarn install --immutable --immutable-cache
38+
yarn install --immutable --check-cache
3939
4040
- name: Cache Gradle Wrapper
4141
uses: actions/cache@v3

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install node modules
2626
run: |
27-
yarn install --immutable --immutable-cache
27+
yarn install --immutable --check-cache
2828
2929
- name: Run ESLint
3030
run: |

0 commit comments

Comments
 (0)