ci: update node_modules path in CI workflow config
Some checks failed
CI / eslint (pull_request) Has been cancelled
CI / prettier (pull_request) Has been cancelled
CI / Checkstyle Main (pull_request) Has been cancelled
CI / test-build (pull_request) Successful in 39s

This commit is contained in:
We ball 2025-02-19 12:01:14 +01:00
parent 2392dac519
commit ef8111cc7e
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

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