Skip to content
Snippets Groups Projects
Commit 05a46ddb authored by Jamie Magee's avatar Jamie Magee Committed by Rhys Arkins
Browse files

fix: nodejs 11 support (#3549)

Due to an update in the v8 runtime, Node.js `Array.prototype.sort()` is now stable (See [here](https://github.com/nodejs/node/pull/22754#issuecomment-423452575)).

These changes allow for tests to pass on both Node.js 10 and 11.

Fixes #3445
parent 4b9a18ff
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment