We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b10284 commit 13eeac3Copy full SHA for 13eeac3
.github/workflows/test.yml
@@ -54,6 +54,10 @@ jobs:
54
if: steps.cache-node_modules.outputs.cache-hit != 'true' && (matrix.node-version == '12.x' || matrix.node-version == '14.x')
55
run: npm install glob@8
56
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
+
61
- name: elm-tooling install
62
run: npx --no-install elm-tooling install
63
0 commit comments