Skip to content

Commit f0ea6b4

Browse files
authored
fix(ios_build): node v12 to v16
1 parent 6347597 commit f0ea6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/ios_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ parameters:
7070
node_version:
7171
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").
7272
type: string
73-
default: "12"
73+
default: "16"
7474
homebrew_cache:
7575
description: Should we cache after brew install? Defaults to true
7676
type: boolean

0 commit comments

Comments
 (0)