ci: update path for node_modules in CI workflow

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:54:35 +01:00
parent a19ddeed47
commit 59263dca71
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -89,7 +89,7 @@ jobs:
working-directory: ./frontend
with:
path: |
node_modules
~/node_modules
key: ${{ runner.os }}-bun-
restore-keys: |
${{ runner.os }}-bun-