Fix build errors

This commit is contained in:
Stan Wohlwend 2024-05-23 15:32:22 +02:00
parent 3c3b583efb
commit f8de97a19d
3 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9.1.2
- name: Create .env.local file for stack-server
run: |

View File

@ -38,7 +38,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9.1.2
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build

View File

@ -49,7 +49,6 @@
"typescript": "5.3.3",
"vitest": "^1.5.0"
},
"packageManager": "pnpm@9.1.2",
"pnpm": {
"overrides": {}
},