⚗️ Roll back to yarn

This commit is contained in:
Manuel
2023-08-29 22:11:29 +02:00
parent 79e201bd81
commit 5cfe3e9dd1
3 changed files with 6 additions and 7 deletions

View File

@@ -70,11 +70,11 @@ jobs:
path: .next/cache
key: ${{ runner.os }}-build-${{ env.cache-name }}
- run: npm install --immutable
- run: yarn install --immutable
- run: npm run build
- run: yarn build
- run: npm run test:run
- run: yarn test:run
- name: Docker meta
if: github.event_name != 'pull_request'