Deployment Fails with node 20

In an attempt to deploy to npm with Node 20 (which also happens to be the latest LTS version), I’m getting the following error message:

t3.83s$ nvm install 20
node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node)
node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node)

The command "npm config set progress false" failed and exited with 1 during .

I also got this.

@StevieJayCee has an excellent explanation and solution here