Skip to content

Commit

Permalink
Use npm@7 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eritbh committed Aug 22, 2021
1 parent fbd883c commit 9649185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:

- name: Install dependencies
run: |
npm i -g npm@7
npm ci
- name: Run ESLint
run: |
npm run lint
Expand Down

0 comments on commit 9649185

Please sign in to comment.