We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44314a7 commit 42f73f8Copy full SHA for 42f73f8
scripts/dev_setup_ubuntu.sh
@@ -43,11 +43,11 @@ wget -q https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-
43
unzip -q aws-sam-cli-linux-x86_64.zip -d ./sam-cli
44
sudo ./sam-cli/install --update
45
46
-# node 18
+# node 20
47
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
48
export NVM_DIR="$HOME/.nvm"
49
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
50
-nvm install 18
+nvm install 20
51
52
# docker
53
sudo apt install docker.io -y
0 commit comments