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