Skip to content

Commit

Permalink
feat(AWS Deploy): Recognize nodejs.18.x runtime (#11526)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Nov 18, 2022
1 parent 54f4fc7 commit c25f854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/aws/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ class AwsProvider {
'nodejs12.x',
'nodejs14.x',
'nodejs16.x',
'nodejs18.x',
'provided',
'provided.al2',
'python3.6',
Expand Down

0 comments on commit c25f854

Please sign in to comment.