Fix CICD
Some checks failed
linter / quality (push) Successful in 3m36s
tests / ci (push) Failing after 12m6s

Used pnpm instead of npm
This commit is contained in:
2025-08-17 13:07:17 +02:00
parent fe3991de56
commit 715d2a884a

View File

@@ -26,13 +26,10 @@ jobs:
coverage: xdebug coverage: xdebug
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: wyvox/action-setup-pnpm@v3
with:
node-version: '22'
cache: 'npm'
- name: Install Node Dependencies - name: Install Node Dependencies
run: npm ci run: pnpm install
- name: Install Dependencies - name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader run: composer install --no-interaction --prefer-dist --optimize-autoloader