From a257fc7f1d04b23c1c502fd02a794d1e17492190 Mon Sep 17 00:00:00 2001 From: ankitvicky72 <88142308+ankitvicky72@users.noreply.github.com> Date: Thu, 14 Apr 2022 15:27:23 +0530 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 5edf784..f66ffcd 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -8,7 +8,7 @@ env: phases: install: runtime-versions: - nodejs: 10 + nodejs: 12 commands: - echo Installing source NPM dependencies... - npm install @@ -27,4 +27,4 @@ artifacts: files: - '**/*' base-directory: 'dist*' - discard-paths: yes \ No newline at end of file + discard-paths: yes