handling last error of npm

This commit is contained in:
axleiro
2021-12-09 17:12:07 +05:30
committed by GitHub
parent b2ed9daada
commit 84ef6462c2

View File

@ -17,6 +17,7 @@ jobs:
node-version: '14' node-version: '14'
cache: 'npm' cache: 'npm'
cache-dependency-path: explorer/package-lock.json cache-dependency-path: explorer/package-lock.json
- run: cd ./explorer
- run: npm i -g npm@7 - run: npm i -g npm@7
- run: npm ci - run: npm ci
- run: npm run format - run: npm run format