Commit 828e96c
authored
ci: pin jsdom version to 26.1.0 for node 18 support (#4882)
Jsdom released a new version [that dropped node 18
support](https://github.com/jsdom/jsdom/releases/tag/27.0.0), so adding
a new line to our node test file to use the previous version, otherwise
[our tests
fail](https://github.com/dequelabs/axe-core/actions/runs/17770977359/job/50507215672)
as a sub-dependency uses a node 20 feature.1 parent 1035f9e commit 828e96c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments