fix(ci): rely on packageManager in package.json for pnpm setup action
Lint / pre-commit Linting (push) Successful in 38s
Test / Run Tests (push) Successful in 1m23s

This commit is contained in:
2026-08-11 00:00:14 +02:00
parent b9a1a628af
commit 40019a888c
-2
View File
@@ -14,8 +14,6 @@ jobs:
with: with:
node-version: '24' node-version: '24'
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
with:
version: 11
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
shell: bash shell: bash
- run: pnpm test - run: pnpm test