diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c1c137..cf64a1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,7 @@ jobs: with: fetch-depth: 2 - name: Install dependencies - run: | - npm install - npm i -g eslint + run: npm install - name: Lint run: npm run lint - name: Run tests and collect coverage