Skip to content

Commit 119168a

Browse files
committed
Remove no longer needed glob 8 workaround from test.yml
1 parent 9f7de94 commit 119168a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
env:
5151
NO_ELM_TOOLING_INSTALL: 1
5252

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-
5753
- name: install mocha 9
5854
if: steps.cache-node_modules.outputs.cache-hit != 'true' && (matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x')
5955
run: npm install mocha@9

0 commit comments

Comments
 (0)