Skip to content

Commit 9b7df1a

Browse files
committed
fix caching
1 parent b86b09a commit 9b7df1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
uses: actions/setup-node@v3
3838
with:
3939
node-version: 20
40-
cache: 'yarn'
41-
cache-dependency-path: '**/package-lock.json'
4240
- name: Install dependencies
4341
run: npm install -g yarn && yarn install --frozen-lockfile;
4442
- name: Build Frontend

0 commit comments

Comments
 (0)