Commit 46007ea
committed
Fix #50: Add jsdom 16 back to CI
The problem was a newer version of whatwg-url which attempted to use
`globalNames.some` where `globalNames` was undefined
(jsdom/whatwg-url#166).
Downgrading whatwg-url manually to 8.0.0 (in package-lock.json) fixed
the problem.1 parent 33eaaae commit 46007ea
File tree
3 files changed
+1654
-1
lines changed- .github/workflows
- jsdom-16.0.0
3 files changed
+1654
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments