👷 Update CI

This commit is contained in:
ajnart
2023-11-09 18:11:29 +01:00
parent 694acafe21
commit 50b21667bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- run: yarn install --immutable
- run: yarn install
- run: yarn turbo build
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
path: .next/cache
key: ${{ runner.os }}-build-${{ env.cache-name }}
- run: yarn install --immutable
- run: yarn install
- run: yarn turbo build