diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a43f168..ee116aa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,11 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - - name: Setup Node - uses: actions/setup-node@v4 + - name: Setup PHP with PECL extension + uses: shivammathur/setup-php@v2 with: - node-version: 20 - cache: pnpm + php-version: '8.5' + extensions: imagick, redis # # - name: Install dependencies # run: pnpm install