Created
January 10, 2025 02:41
-
-
Save josgraha/49149cf4597b8079a7dfa3cad9512673 to your computer and use it in GitHub Desktop.
nodejs-22-install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p "$PWD/opt/node" && curl -sL https://nodejs.org/dist/v22.13.0/node-v22.13.0-linux-x64.tar.gz | tar -xz -C "$PWD/opt/node" --strip-components=1 -f - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment