Skip to content

Commit

Permalink
Remove nodejs 12 and 17 from allowed values as out of support (#4073)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Aug 4, 2022
1 parent 36706f0 commit f4e9b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nodeps/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var ValidWebserverTypes = map[string]bool{
WebserverApacheFPM: true,
}

var ValidNodeJSVersions = []string{"12", "14", "16", "17", "18"}
var ValidNodeJSVersions = []string{"14", "16", "18"}

// App types
const (
Expand Down

0 comments on commit f4e9b2a

Please sign in to comment.