Skip to content

Commit 13eeac3

Browse files
committed
Update mocha
1 parent 7b10284 commit 13eeac3

File tree

3 files changed

+148
-224
lines changed

3 files changed

+148
-224
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
if: steps.cache-node_modules.outputs.cache-hit != 'true' && (matrix.node-version == '12.x' || matrix.node-version == '14.x')
5555
run: npm install glob@8
5656

57+
- name: install mocha 9
58+
if: steps.cache-node_modules.outputs.cache-hit != 'true' && (matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x')
59+
run: npm install mocha@9
60+
5761
- name: elm-tooling install
5862
run: npx --no-install elm-tooling install
5963

0 commit comments

Comments
 (0)