Fix CICD
Used pnpm instead of npm
This commit is contained in:
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user