Skip to content

Commit a34ccec

Browse files
authored
fix(setup_macos_executor): bump node v12 to v16
1 parent 0acc6f9 commit a34ccec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/setup_macos_executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
node_version:
55
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").
66
type: string
7-
default: "12"
7+
default: "16"
88
homebrew_cache:
99
description: Should we cache after brew install? Defaults to true
1010
type: boolean

0 commit comments

Comments
 (0)