From 3a01cda5e6bc11896e223ea84d5c1a2370ac5f1c Mon Sep 17 00:00:00 2001 From: KickSeason Date: Wed, 23 Oct 2019 16:04:00 +0800 Subject: [PATCH] add run time version --- buildspec.yml | 2 ++ 1 file changed, 2 insertions(+) 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: