You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We pinned node to an ancient version a while back just to make sure it doesn't break, but the steady progress of time has once again decayed everything around us in as much time as it takes to catch your breath before we realized it, and now the dependant test suites fail to load for some of our direct dependencies because they use "advanced" ECMAScript features like "let" and "const" which our version of node has never heard of.
What we need to do is upgrade node to a version that doesn't run too far away from us in APIs or internals (so that we can still build libgd for AYP) but has support for "modern" JS so we can actually run our test suites.
Once we can get CI to pass, I can update https://github.com/desert-planet/hayt-vagrant to make sure AYP works, and then production and everything Will Be Good. And stop just ignoring the fact that our idiot robot is bleeding to death.
The text was updated successfully, but these errors were encountered:
We pinned node to an ancient version a while back just to make sure it doesn't break, but the steady progress of time has once again decayed everything around us in as much time as it takes to catch your breath before we realized it, and now the dependant test suites fail to load for some of our direct dependencies because they use "advanced" ECMAScript features like "let" and "const" which our version of node has never heard of.
What we need to do is upgrade node to a version that doesn't run too far away from us in APIs or internals (so that we can still build
libgd
for AYP) but has support for "modern" JS so we can actually run our test suites.Once we can get CI to pass, I can update https://github.com/desert-planet/hayt-vagrant to make sure AYP works, and then production and everything Will Be Good. And stop just ignoring the fact that our idiot robot is bleeding to death.
The text was updated successfully, but these errors were encountered: