Skip to content

Commit 6347597

Browse files
authored
fix(ios_build_and_test): node v12 to v16
1 parent a34ccec commit 6347597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/ios_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ parameters:
8484
node_version:
8585
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").
8686
type: string
87-
default: "12"
87+
default: "16"
8888
homebrew_cache:
8989
description: Should we cache after brew install? Defaults to true
9090
type: boolean

0 commit comments

Comments
 (0)