set AWS_LAMBDA_JS_RUNTIME to 14

This commit is contained in:
Kurt Hutten
2022-01-20 07:31:03 +11:00
parent 613e4aa098
commit 587ef96c24
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
16.9.0 lts/*

View File

@@ -2,6 +2,7 @@
command = "yarn rw deploy netlify" command = "yarn rw deploy netlify"
publish = "web/dist" publish = "web/dist"
functions = "api/dist/functions" functions = "api/dist/functions"
environment = { AWS_LAMBDA_JS_RUNTIME = "nodejs14.x" }
[dev] [dev]
# To use [Netlify Dev](https://www.netlify.com/products/dev/), # To use [Netlify Dev](https://www.netlify.com/products/dev/),