Skip to content

Commit

Permalink
fix(setup_macos_executor): bump node v12 to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 10, 2022
1 parent 0acc6f9 commit a34ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/setup_macos_executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
node_version:
description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1").
type: string
default: "12"
default: "16"
homebrew_cache:
description: Should we cache after brew install? Defaults to true
type: boolean
Expand Down

0 comments on commit a34ccec

Please sign in to comment.