Skip to content

Commit

Permalink
Merge pull request #110 from sergeyzwezdin/patch-1
Browse files Browse the repository at this point in the history
Added nodejs18
  • Loading branch information
DavyJohnes authored Dec 12, 2023
2 parents 6e110c7 + e2b964c commit 87f306f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/extend-config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,19 +295,30 @@ export const extendConfigSchema = (sls: Serverless) => {
'nodejs12',
'nodejs14',
'nodejs16',
'python27',
'nodejs18',
'python37',
'python38',
'python39',
'golang114',
'python311',
'python312',
'golang116',
'golang117',
'golang118',
'golang119',
'golang121',
'java11',
'java17',
'java21',
'dotnet31',
'dotnet6',
'dotnet8',
'bash',
'bash-2204',
'php74',
'php8',
'r4.0.2',
'php82',
'r42',
'r43',
],
},
cloudFunctionMemory: {
Expand Down

0 comments on commit 87f306f

Please sign in to comment.