Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailprivalov committed Sep 27, 2022
1 parent ff56157 commit 501aeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vue_cli_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: 'l2_frontend/yarn.lock'
cache-dependency-path: 'l2-frontend/yarn.lock'

- name: Install Dependencies
run: make npm_install_cached
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webpack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: 'l2_frontend/yarn.lock'
cache-dependency-path: 'l2-frontend/yarn.lock'

- name: Install Dependencies
run: make npm_install_cached
Expand Down

0 comments on commit 501aeec

Please sign in to comment.