@ctavan: * https://github.com/nodejs/node/pull/41736 has landed, causing our 16.x CI test to break. * There's a [simple fix](https://github.com/uuidjs/uuid/pull/618/commits/ed72e5aea59e7e354a8ed727839fd376527ca100), but this won't build on older node versions due to the unexpected syntax. * My temporary fix for #618 is to lock our CI test to node@16.13, but that's just a band-aid. We should be testing on the latest major version across the board. * An alternative is to just remove that import and not use it. But it might be testing an [important feature](https://github.com/uuidjs/uuid/blob/main/examples/node-esmodules/example.mjs#L69-L70), so I'm hesitant to do that. Care to comment (or, better, fix)?
@ctavan:
Care to comment (or, better, fix)?