fix(ci): specify pnpm version for action-setup and set packageManager in package.json
Lint / pre-commit Linting (push) Successful in 32s
Test / Run Tests (push) Failing after 38s

This commit is contained in:
2026-08-10 23:56:43 +02:00
parent 8d01aa033f
commit b9a1a628af
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ jobs:
with:
node-version: '24'
- uses: pnpm/action-setup@v4
with:
version: 11
- run: pnpm install --frozen-lockfile
shell: bash
- run: pnpm test