Skip to content

Commit

Permalink
Merge pull request #13 from gravitational/strideynet/allow-node-20
Browse files Browse the repository at this point in the history
Allow node20
  • Loading branch information
strideynet authored Feb 2, 2024
2 parents 48c85ee + c31ed78 commit b6c64da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (r *Runs) UnmarshalYAML(value *yaml.Node) error {

return nil

case "node12", "node16":
case "node12", "node16", "node20":
var javascriptRun JavascriptRun

if err := value.Decode(&javascriptRun); err != nil {
Expand Down

0 comments on commit b6c64da

Please sign in to comment.