Skip to content

Commit a9956b7

Browse files
authored
fix(android_test): node v12 to v16
1 parent f0ea6b4 commit a9956b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/android_test.yml

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

0 commit comments

Comments
 (0)