Skip to content

Commit 42f73f8

Browse files
author
Jeremy Feldman
committed
use node 20 for idp
1 parent 44314a7 commit 42f73f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/dev_setup_ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ wget -q https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-
4343
unzip -q aws-sam-cli-linux-x86_64.zip -d ./sam-cli
4444
sudo ./sam-cli/install --update
4545

46-
# node 18
46+
# node 20
4747
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
4848
export NVM_DIR="$HOME/.nvm"
4949
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
50-
nvm install 18
50+
nvm install 20
5151

5252
# docker
5353
sudo apt install docker.io -y

0 commit comments

Comments
 (0)