File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ echo ""
92
92
echo " Checking node version"
93
93
node --version
94
94
NODE_VERSION=$( node --version | cut -d' v' -f 2)
95
- NODE_MIN_VERSION=14 .0.0
95
+ NODE_MIN_VERSION=16 .0.0
96
96
check_version $NODE_MIN_VERSION $NODE_VERSION
97
97
if [[ $? -eq 1 ]]; then
98
98
echo " ACTION REQUIRED: Need to have Node version greater than or equal to $NODE_MIN_VERSION "
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ rm get-pip.py
41
41
42
42
python3 -m pip install git-remote-codecommit==1.15.1
43
43
44
- # Install node v14.18.1
45
- echo " Installing node v14.18.1 "
44
+ # Install node v16.20.0
45
+ echo " Installing node v16.20.0 "
46
46
nvm deactivate
47
47
nvm uninstall node
48
- nvm install v14.18.1
49
- nvm use v14.18.1
50
- nvm alias default v14.18.1
48
+ nvm install v16.20.0
49
+ nvm use v16.20.0
50
+ nvm alias default v16.20.0
51
51
52
52
# Install cdk cli version ^2.0.0
53
53
echo " Installing cdk cli version ^2.0.0"
You can’t perform that action at this time.
0 commit comments