diff --git a/buildspec.yml b/buildspec.yml index 1d63bba..5614f06 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -2,6 +2,8 @@ version: 0.2 phases: install: + runtime-versions: + nodejs: 10 commands: - npm install -g yarn pre_build: