Skip to content

Update to match Node 18.11.0

Compare
Choose a tag to compare
@hildjj hildjj released this 19 Oct 15:46
· 46 commits to main since this release
v2.0.0
6cf5c1f
  • Brought up to date with Node 18.11.0
  • Breaking only supports node 14+ now
  • Several polyfills are needed to support node 14. As soon as that version goes out of support, we will drop those polyfills.
  • Had to pull in a few more bits of the Node runtime (url.pathToFileURL and path.resolve) and their associated tests.