Skip to content

Commit

Permalink
Update serverless.yml - changed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 21, 2023
1 parent 04a079f commit d90bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d90bf9b

Please sign in to comment.