diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 911ac4e..97ec46a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,13 +26,10 @@ jobs: coverage: xdebug - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: '22' - cache: 'npm' + uses: wyvox/action-setup-pnpm@v3 - name: Install Node Dependencies - run: npm ci + run: pnpm install - name: Install Dependencies run: composer install --no-interaction --prefer-dist --optimize-autoloader