I've searched the Node.js documentation, but I can't find what version is supported.
JS engines don't generally announce support for specific versions of the specification. Instead they support specific features.
There are websites which track support, such as this one which shows Node.js 16+ as supporting up to ES2022.