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
Update node versions to match real usage, and handle node 8 issues
Production uses 10.15.1, so it'd be better to test with that, not
10.15.3. 8 is marked as technically supported, but doesn't have
fs.promises. It's still mostly functional, so we'll preserve that
for now, but it's very likely that future versions will drop this.
In the meantime, we just avoid breaking immediately for 8.
0 commit comments