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.