Skip to content

Commit

Permalink
feat: Add support for nodejs20.x runtime (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
andidev authored Nov 16, 2023
1 parent 74706ea commit 63167df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/supportedRuntimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const supportedNodejs = new Set([
'nodejs14.x',
'nodejs16.x',
'nodejs18.x',
'nodejs20.x',
])

// PROVIDED
Expand Down Expand Up @@ -50,5 +51,6 @@ export const unsupportedDockerRuntimes = new Set([
'nodejs14.x',
'nodejs16.x',
'nodejs18.x',
'nodejs20.x',
'python3.9',
])

0 comments on commit 63167df

Please sign in to comment.