From e9501ec59f4fc53bf0f28b1707984c1ee7e51099 Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Thu, 2 Mar 2023 16:50:15 +0530 Subject: [PATCH] Update Workflow --- .github/workflows/lint-check-spa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-check-spa.yml b/.github/workflows/lint-check-spa.yml index c4e31c619..46e47cc97 100644 --- a/.github/workflows/lint-check-spa.yml +++ b/.github/workflows/lint-check-spa.yml @@ -41,7 +41,7 @@ jobs: # Installs @wordpress/scripts for lint checks if it does not exist in the cache. - name: Install dependencies - run: npm i @wordpress/scripts + run: npm i @wordpress/scripts lodash if: steps.cache.outputs.cache-hit != 'true' # Gets the files changed wrt to trunk and filters out the js files.