From 65a50e52186317384325b14adc2b08a3e9f900a3 Mon Sep 17 00:00:00 2001 From: Jason Wood <106332204+jwood9799@users.noreply.github.com> Date: Thu, 26 Jan 2023 14:43:18 -0600 Subject: [PATCH] Update buildspec.yaml Updated Node.js to 16.x I also added to the comment about using ubuntu, "and image aws/codebuild/standard:6.0" The optional LUIT CI/CD project still works with these two updates. --- buildspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildspec.yaml b/buildspec.yaml index 4c7606c..39926d1 100644 --- a/buildspec.yaml +++ b/buildspec.yaml @@ -4,8 +4,8 @@ phases: install: commands: - echo installing nodejs... - - curl -sL https://deb.nodesource.com/setup_12.x | bash - - - apt-get install -y nodejs #aws code build use ubuntu environement + - curl -sL https://deb.nodesource.com/setup_16.x | bash - + - apt-get install -y nodejs #aws code build use ubuntu environement and image aws/codebuild/standard:6.0 pre_build: commands: - echo installing dependencies...