Created by: Brew-Brew
#4635 (closed) i referenced this issue
- i fixed ci error by version up jsdom. i found kichensink's jsdom version was outdated(9.8.3). so I versioned up to latest what can fix ci error
(after jsdom 11.6.0, Error: Could not parse CSS stylesheet issue was solved) I referenced this url. By this issue fixed, jsdom was version up. so i resolved error by version up jsdom :) https://github.com/jsdom/jsdom/issues/2131
- when i fixed #4635 (closed) i found latest jsdom has TypeError: jsdom.createVirtualConsole is not a function(deprecated) error, so i referenced https://github.com/jsdom/jsdom/issues/1820, i solved the issue.