Skip to content

Commit 4c9d612

Browse files
committed
fix: Add cache dependency
1 parent 9b71d45 commit 4c9d612

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/web-client-deploy-development.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
node-version: '20'
1717
cache: 'yarn'
18+
# @see https://github.com/cypress-io/github-action#yarn-modern
19+
cache-dependency-path: ./yarn.lock
1820

1921
- name: build
2022
run: |

0 commit comments

Comments
 (0)