mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix build errors
This commit is contained in:
parent
3c3b583efb
commit
f8de97a19d
2
.github/workflows/e2e-api-tests.yaml
vendored
2
.github/workflows/e2e-api-tests.yaml
vendored
@ -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: |
|
||||
|
||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -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
|
||||
|
||||
@ -49,7 +49,6 @@
|
||||
"typescript": "5.3.3",
|
||||
"vitest": "^1.5.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.1.2",
|
||||
"pnpm": {
|
||||
"overrides": {}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user