From 84ef6462c266a0f8e6ad43445b4c51736e0516fd Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:12:07 +0530 Subject: [PATCH] handling last error of npm --- .github/workflows/explorer_preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/explorer_preview.yml b/.github/workflows/explorer_preview.yml index 9f8a6cede8..29079257bb 100644 --- a/.github/workflows/explorer_preview.yml +++ b/.github/workflows/explorer_preview.yml @@ -17,6 +17,7 @@ jobs: node-version: '14' cache: 'npm' cache-dependency-path: explorer/package-lock.json + - run: cd ./explorer - run: npm i -g npm@7 - run: npm ci - run: npm run format