Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 8ca96f0

Browse files
dbramwellclareliguori
authored andcommitted
Add nodejs10.x to valid runtimes (#37)
1 parent 23da2fe commit 8ca96f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

img2lambda/types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ var ValidRuntimes = Runtimes{
6666
"nodejs4.3", // eol = 30/04/2018 but included to support existing versions
6767
"nodejs6.10",
6868
"nodejs8.10",
69+
"nodejs10.x",
6970
"java8",
7071
"python2.7",
7172
"python3.6",

0 commit comments

Comments
 (0)