Ubuntu に Node.js v20 をインストール。
$ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs
$ node --version
v20.11.1
$ npm --version
10.2.4
$ cat /etc/apt/sources.list.d/nodesource.list
deb [arch=amd64 signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main
"This repository contains the instructions to install the NodeSource Node.js Binary Distributions via .rpm and .deb as well as their setup and support scripts."
GitHub - nodesource/distributions: NodeSource Node.js Binary Distributions https://github.com/nodesource/distributions