From 0b748425dd67094f9cfda6d5e7011cdb75c825de Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Tue, 20 Feb 2024 16:04:12 +0530 Subject: [PATCH] Update lint-check-spa.yml --- .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 56075d054..42910592a 100644 --- a/.github/workflows/lint-check-spa.yml +++ b/.github/workflows/lint-check-spa.yml @@ -45,7 +45,7 @@ jobs: # Installs @wordpress/scripts for lint checks if it does not exist in the cache. - name: Install dependencies - run: npm i @wordpress/scripts@26.10.0 @newfold-labs/js-utility-ui-analytics --legacy-peer-deps + run: npm i @wordpress/scripts@26.19.0 @newfold-labs/js-utility-ui-analytics --legacy-peer-deps if: steps.cache.outputs.cache-hit != 'true' # Gets the files changed wrt to trunk and filters out the js files.