From b5504d5e88b470d7c2843f08d5f6a4ebc59cebfd Mon Sep 17 00:00:00 2001 From: Raju Ghimire <159091428+Raju00533@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:56:36 +0545 Subject: [PATCH] Update evf-stagingtest.yml --- .github/workflows/evf-stagingtest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/evf-stagingtest.yml b/.github/workflows/evf-stagingtest.yml index 26ba0de66..9427ea79f 100644 --- a/.github/workflows/evf-stagingtest.yml +++ b/.github/workflows/evf-stagingtest.yml @@ -25,10 +25,10 @@ jobs: git config --global user.email "$MY_EMAIL" git config --global user.name "$MY_USERNAME" - - name: Use Node.js 14.x + - name: Use Node.js 12.x uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 12.x - name: Setup PHP v7.4 uses: shivammathur/setup-php@v2