From 91e0adff78c75a94a20ca09d68ba8271e76e4d07 Mon Sep 17 00:00:00 2001 From: ingeniumed Date: Tue, 4 Feb 2025 16:24:41 +1100 Subject: [PATCH] Setup nodejs and php --- .github/workflows/pr-build-live-branch.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: