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