Skip to content

Commit

Permalink
Update serverless.yml - change to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 23, 2023
1 parent 34dd693 commit e9df63e
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: nodejs12.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 e9df63e

Please sign in to comment.