chore: add turbo to cached files

This commit is contained in:
Nick the Sick 2024-07-03 20:13:55 +02:00
parent a20b18cdf0
commit 3169879c8b
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -42,6 +42,7 @@ jobs:
with:
path: |
**/node_modules
**/.turbo
/home/runner/.cache/Cypress
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}