Use npm instead of Yarn

This commit is contained in:
RA80533
2021-06-14 07:18:38 -04:00
parent 4463da3901
commit 854d359282
3 changed files with 3 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Lint
run: npm run lint
- name: Run tests and collect coverage
run: yarn run test
run: npm run test
- name: Upload coverage to Codecov (demo)
uses: ./
with: