Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jely2002 committed Oct 26, 2021
1 parent 5428a8e commit bc8b23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc8b23e

Please sign in to comment.