scala-js / scala-js-env-jsdom-nodejs

Node.js with jsdom environment for Scala.js
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

The CI doesn't pass with jsdom 16.0.0 on master anymore #50

Closed sjrd closed 1 year ago

sjrd commented 3 years ago

Thanks npm for your non-reproducible ecosystem.

(And no, we could not have used package-lock.json, because we test against different versions of jsdom, which each have their own dependencies, so we have to reinstall from scratch every time.)