chore: fix CI

This commit is contained in:
Jelle Glebbeek
2021-10-27 01:22:44 +02:00
parent 5428a8e72c
commit bc8b23e845

View File

@@ -12,7 +12,7 @@ jobs:
with:
node-version: '12'
- name: Install npm modules
run: npm ci
run: npm install
- name: Run ESLint
run: npm run lint
unit-test: