Skip to content

Commit aab6ae9

Browse files
committed
fix: For yarn berry versions for cache to be persistent it would need to be checked in, which is not what we want.
1 parent 421f631 commit aab6ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Install
17-
run: yarn install --immutable --immutable-cache --check-cache
17+
run: yarn install --immutable
1818

1919
- name: Lint
2020
run: yarn run lint

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
scope: '@lukso'
2424

2525
- name: 🧰 Install
26-
run: yarn install --immutable --immutable-cache --check-cache
26+
run: yarn install --immutable
2727

2828
- name: 💅 Lint
2929
run: yarn run lint

0 commit comments

Comments
 (0)