Updated the minimum nodejs version and CI accordingly.
The use of the "node:" prefix enables use in runtimes like workerd where compatibility layer is provided for "node:" improts only, but not for unprefixed packages. The cost to that is that the minimum nodejs version needs to be raised to ">=14.18.0 <15 || >=16".
Updated the minimum nodejs version and CI accordingly.
The use of the "node:" prefix enables use in runtimes like
workerd
where compatibility layer is provided for "node:" improts only, but not for unprefixed packages. The cost to that is that the minimum nodejs version needs to be raised to ">=14.18.0 <15 || >=16".