diff --git a/buildspec.yml b/buildspec.yml index 7fca7f8..0570b6d 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -3,7 +3,7 @@ version: 0.2 phases: install: runtime-versions: - nodejs: 10 + nodejs: 16 commands: - echo "installing something" pre_build: