fix cache
Some checks failed
CI / install-dependencies (pull_request) Successful in 58s
CI / type-check (pull_request) Failing after 1m32s
CI / lint (pull_request) Failing after 1m36s
CI / build (pull_request) Failing after 11m18s
CI / format-check (pull_request) Failing after 11m21s

This commit is contained in:
Tobias Klemp
2025-12-03 23:36:23 +01:00
parent 58fb9d7656
commit b5e410d7c6

View File

@@ -15,10 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Bun dependencies
- name: Cache node_modules
id: cache
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
path: node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: |
${{ runner.os }}-bun-
@@ -35,10 +36,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Bun dependencies
- name: Cache node_modules
id: cache
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
path: node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: |
${{ runner.os }}-bun-
@@ -59,10 +61,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Bun dependencies
- name: Cache node_modules
id: cache
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
path: node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: |
${{ runner.os }}-bun-
@@ -83,10 +86,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Bun dependencies
- name: Cache node_modules
id: cache
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
path: node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: |
${{ runner.os }}-bun-
@@ -107,10 +111,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Bun dependencies
- name: Cache node_modules
id: cache
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
path: node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: |
${{ runner.os }}-bun-