Skip to content

Commit 7da7ed2

Browse files
committed
Use node a version that Circle has preinstalled.
1 parent 053cdd6 commit 7da7ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ machine:
1111
PLOTLY_JUPYTER_TEST_DIR: /home/ubuntu/${CIRCLE_PROJECT_REPONAME}/plotly/tests/test_optional/test_jupyter
1212

1313
node:
14-
version: 4.2.1
14+
# use a pre-installed version of node so we don't need to download it.
15+
version: 4.2.2
1516

1617
dependencies:
1718

0 commit comments

Comments
 (0)