Hi,
The version 18 is now the LTS of Node (since a while), so the go to for any new project and the version that most project should migrate to get up to date patches, and is not supported yet? I’m having this issue reported here “Pages build failed when using Node 18 due to missing GLIBC”:
08:52:23.606 Attempting node version 'v18.14' from .nvmrc
08:52:25.275 Downloading and installing node v18.14.2...
08:52:25.767 Downloading https://nodejs.org/dist/v18.14.2/node-v18.14.2-linux-x64.tar.xz...
08:52:26.517 Computing checksum with sha256sum
08:52:26.658 Checksums matched!
08:52:31.109 node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)
08:52:31.109 node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node)
08:52:31.110 node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
08:52:31.167 nvm is not compatible with the npm config "prefix" option: currently set to ""
08:52:31.169 Run `npm config delete prefix` or `nvm use --delete-prefix v18.14.2` to unset it.
08:52:31.170 Failed to install node version 'v18.14'
I guess it’s something that we have to fix in our setup, could you point us what we have to change in order to make it work?