Compare commits

..

No commits in common. "v1.10.5" and "v1.10.4" have entirely different histories.

View file

@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- uses: actions/cache@v4
- uses: actions/cache@v3
working-directory: ./frontend
with:
path: |
@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- uses: actions/cache@v4
- uses: actions/cache@v3
working-directory: ./frontend
with:
path: |
@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- uses: actions/cache@v4
- uses: actions/cache@v3
working-directory: ./frontend
with:
path: |
@ -99,7 +99,7 @@ jobs:
key: ${{ runner.os }}-bun-
restore-keys: |
${{ runner.os }}-bun-
- uses: actions/cache@v4
- uses: actions/cache@v3
working-directory: ./frontend
with:
path: |