Skip to content

Commit

Permalink
Bump to nodejs18
Browse files Browse the repository at this point in the history
This is the latest LTS version for nodejs. Let's future proof this!
  • Loading branch information
fterh committed Dec 29, 2022
1 parent d7d02d7 commit 99177f0
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 @@ -9,7 +9,7 @@ custom:

provider:
name: aws
runtime: nodejs14.x
runtime: nodejs18.x
stage: ${file(lib/env.js):serverless.stage}
region: us-west-2
iamRoleStatements:
Expand Down

0 comments on commit 99177f0

Please sign in to comment.