Skip to content

Commit

Permalink
change index.js inference to use v6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 26, 2017
1 parent 476ffbe commit b59aa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inference/inference.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func init() {
function.RegisterPlugin("inference", &Plugin{
Files: map[string]string{
"main.py": python.Runtime,
"index.js": nodejs.Runtime43,
"index.js": nodejs.Runtime6_10,
"main.go": golang.Runtime,
"target/apex.jar": java.Runtime,
"build/libs/apex.jar": java.Runtime,
Expand Down

0 comments on commit b59aa74

Please sign in to comment.