Would be possible to add support for Node 18 (the current LTS version until October 2023)? I’d like to use some of the newer features like built-in fetch
instead of having to install node-fetch
. I tried setting engines.node
to 18.x
but I get the error “Could not find node 18.x, using 10,” and it seems like 16.x is the highest supported version.
2 Likes
Hi @j-f! This is on our radar and in the works as part of larger updates we’re making to containers, we don’t have a timeline for it yet.
1 Like