From faaff8fcd6d92649b8546478ce57b0efafd2165d Mon Sep 17 00:00:00 2001 From: rongxwang Date: Thu, 6 Jan 2022 15:32:17 +0800 Subject: [PATCH] fix: add runtime type --- serverless.component.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/serverless.component.yml b/serverless.component.yml index f0e6087..f8454f1 100644 --- a/serverless.component.yml +++ b/serverless.component.yml @@ -38,12 +38,17 @@ actions: allow: # The values that are allowed for this - Python2.7 - Python3.6 + - Python3.7 - Nodejs6.10 - Nodejs8.9 - Nodejs10.15 - Nodejs12.16 + - Nodejs14.18 + - Nodejs16.13 - Php5 - Php7 + - Php7.4 + - Php8.0 - Go1 - Java8 - CustomRuntime