Skip to content

Commit 8761bfa

Browse files
authored
Upgrade Node.js to 12 since it's the new LTS (#62)
1 parent a0cbb6b commit 8761bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG ANDROID_BUILD_VERSION=29
88
ARG ANDROID_TOOLS_VERSION=29.0.2
99
ARG BUCK_VERSION=2019.10.17.01
1010
ARG NDK_VERSION=20
11-
ARG NODE_VERSION=10.x
11+
ARG NODE_VERSION=12.x
1212
ARG WATCHMAN_VERSION=4.9.0
1313

1414
# set default environment variables

0 commit comments

Comments
 (0)