diff --git a/buildspec.yml b/buildspec.yml index f4f34bd..abc4f67 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -3,7 +3,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 14 + nodejs: 16 commands: - echo Installing dependencies... - npm install