Skip to content

Commit

Permalink
feat: Add support for nodejs18.x runtime (#1616)
Browse files Browse the repository at this point in the history
Closes #1615
  • Loading branch information
webdeveric committed Nov 18, 2022
1 parent de19ad3 commit accefa3
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 @@ -18,6 +18,7 @@ export const supportedNodejs = new Set([
'nodejs12.x',
'nodejs14.x',
'nodejs16.x',
'nodejs18.x',
])

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

0 comments on commit accefa3

Please sign in to comment.