Skip to content

Commit

Permalink
fix(ios_build): 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 6347597 commit f0ea6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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 f0ea6b4

Please sign in to comment.