From da5ab956d1edba3dc46dd80d782d46a659dedec9 Mon Sep 17 00:00:00 2001 From: SN0WF14K3 Date: Tue, 22 Jun 2021 16:26:12 +0545 Subject: [PATCH] ci: fix install --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index b78077b..90c954a 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -31,7 +31,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies - run: npm ci + run: npm install - name: Run ESLint run: npm run lint