We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7de94 commit 119168aCopy full SHA for 119168a
.github/workflows/test.yml
@@ -50,10 +50,6 @@ jobs:
50
env:
51
NO_ELM_TOOLING_INSTALL: 1
52
53
- - name: install glob 8
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
0 commit comments