Skip to content

Commit accefa3

Browse files
authored
feat: Add support for nodejs18.x runtime (#1616)
Closes #1615
1 parent de19ad3 commit accefa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/supportedRuntimes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const supportedNodejs = new Set([
1818
'nodejs12.x',
1919
'nodejs14.x',
2020
'nodejs16.x',
21+
'nodejs18.x',
2122
])
2223

2324
// PROVIDED
@@ -49,5 +50,6 @@ export const supportedRuntimes = new Set([
4950
export const unsupportedDockerRuntimes = new Set([
5051
'nodejs14.x',
5152
'nodejs16.x',
53+
'nodejs18.x',
5254
'python3.9',
5355
])

0 commit comments

Comments
 (0)