williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
852 stars 32 forks source link

Question: Did something change on node.green? #66

Closed tandrewnichols closed 5 years ago

tandrewnichols commented 5 years ago

I just looked at node.green on Friday, and it looked like it always did. Today, only node v13 is showing (see screenshot). Is this an intentional change or is something going wrong?

Screen Shot 70

FWIW, I've checked the console, and there are no errors there.

williamkapke commented 5 years ago

Thanks, I had gotten a notification that the build failed during the auto update. The upstream data must have changed in a breaking way. Taking a look now.

williamkapke commented 5 years ago

After much digging....

1) The call to fetch the v8 versions had failed on the last update. This caused it to have NO versions on node.green. 2) The autoupdate script uses n to switch versions and run the tests. At some point- their newer versions stopped working with nightly builds 3) chachracore is no longer publishing NON-windows versions.. (I just disabled testing them)

Node.green is back up now. Thanks for opening the issue!

tandrewnichols commented 5 years ago

Thanks for the very fast turn around!