Skip to content

Commit b4645f0

Browse files
committed
ci: cache-dependency-path 書き方ミスってたので修正
1 parent 2e016cf commit b4645f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: '20'
4040
cache: 'yarn'
41-
cache-dependency-path: typing-app
41+
cache-dependency-path: typing-app/yarn.lock
4242

4343
- name: Install Dependencies
4444
run: yarn

0 commit comments

Comments
 (0)