From 5ff5e7869846719811917e015187ef6e6d1828b7 Mon Sep 17 00:00:00 2001 From: Anthony Laurain Date: Thu, 11 Mar 2021 10:35:22 +0000 Subject: [PATCH] add support with nodejs14.x --- bin/update-aws-sam-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-aws-sam-cli.sh b/bin/update-aws-sam-cli.sh index 1994377..3e8bc7e 100755 --- a/bin/update-aws-sam-cli.sh +++ b/bin/update-aws-sam-cli.sh @@ -7,7 +7,7 @@ else sudo rm -f `which sam` fi -pip3 install --user aws-sam-cli==0.47.0 && \ +pip3 install --user aws-sam-cli==1.20.0 && \ if ! [ -x "$(command -v sam)" ]; then echo 'Error: aws-sam-cli did not update.' >&2