We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e016cf commit b4645f0Copy full SHA for b4645f0
.github/workflows/build-app.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
node-version: '20'
40
cache: 'yarn'
41
- cache-dependency-path: typing-app
+ cache-dependency-path: typing-app/yarn.lock
42
43
- name: Install Dependencies
44
run: yarn
0 commit comments