Skip to content

Commit d90bf9b

Browse files
Update serverless.yml - changed node version
1 parent 04a079f commit d90bf9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: hackingstudio-code4maus
22

33
provider:
44
name: aws
5-
runtime: nodejs18.x
5+
runtime: nodejs14.x
66
region: eu-central-1
77
role: 'arn:aws:iam::#{AWS::AccountId}:role/hackingstudio/code4maus/hackingstudio-code4maus-functions'
88
stage: ${file(scripts/env.js):stage}

0 commit comments

Comments
 (0)