fix: deploy issues
Some checks failed
CI - Lint, Typecheck & Test / quality-assurance (push) Failing after 17s

This commit is contained in:
2026-02-10 11:59:43 +01:00
parent ae7a45a911
commit d5d39a218a
2 changed files with 28 additions and 8 deletions

View File

@@ -13,14 +13,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache: 'pnpm'
- name: Install dependencies
run: npm ci
run: pnpm install
- name: 🔍 Lint
run: npm run lint