ci: update node_modules path in CI workflow config
This commit is contained in:
parent
2392dac519
commit
ef8111cc7e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ jobs:
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules/
|
frontend/node_modules/
|
||||||
key: ${{ runner.os }}-bun-
|
key: ${{ runner.os }}-bun-
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
|
|
Reference in a new issue