From d90bf9bef838e259b18b96a986378ecc1e33a8d8 Mon Sep 17 00:00:00 2001 From: Camila Espinoza <56554983+cami-espinozaq@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:04:02 +0100 Subject: [PATCH] Update serverless.yml - changed node version --- serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yml b/serverless.yml index 19ffceae..f7047d85 100644 --- a/serverless.yml +++ b/serverless.yml @@ -2,7 +2,7 @@ service: hackingstudio-code4maus provider: name: aws - runtime: nodejs18.x + runtime: nodejs14.x region: eu-central-1 role: 'arn:aws:iam::#{AWS::AccountId}:role/hackingstudio/code4maus/hackingstudio-code4maus-functions' stage: ${file(scripts/env.js):stage}