Skip to content

Commit 1639622

Browse files
authored
Update Mocha to 8.1 (#57)
This change updates mocha to 8.1. This should take care of the minimist security warning.
1 parent 6aa969a commit 1639622

File tree

3 files changed

+509
-164
lines changed

3 files changed

+509
-164
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Install JavaScript dependencies
20-
run: yarn install
20+
run: npm ci
2121

2222
- name: Run JavaScript tests
23-
run: yarn test
23+
run: npm test
2424

2525
python-test:
2626
name: Python Tests

0 commit comments

Comments
 (0)