diff --git a/.github/workflows/pr-build-live-branch.yml b/.github/workflows/pr-build-live-branch.yml index c3a104d9..1d2d2968 100644 --- a/.github/workflows/pr-build-live-branch.yml +++ b/.github/workflows/pr-build-live-branch.yml @@ -37,6 +37,17 @@ jobs: with: fetch-depth: 0 + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '8.2' + + - name: Setup Node.js + uses: Automattic/vip-actions/nodejs-setup@trunk + with: + node-version-file: .nvmrc + ignore-scripts: true + - name: Prepare plugin zips id: prepare env: