Skip to content

Commit

Permalink
Merge pull request #309 from bmish/switch-yarn-to-npm
Browse files Browse the repository at this point in the history
chore: switch yarn command to npm
  • Loading branch information
lo1tuma committed Dec 8, 2021
2 parents a2307b0 + ca8e458 commit 744d7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run linters
run: yarn lint
run: npm run lint
- name: Run tests
run: npm test
timeout-minutes: 20
Expand Down

0 comments on commit 744d7fa

Please sign in to comment.