From 84501ba838964c1458eaac418dda40ebc24ff10c Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Fri, 8 May 2020 10:03:46 -0700 Subject: [PATCH] ci: Use node v10.20 for node v10 e2e test CI on master is currently failing because the node v10 e2e test is failing due to the following error: ``` error move-file@2.0.0: The engine "node" is incompatible with this module. Expected version ">=10.17". Got "10.16.3" ``` --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 605dc09893fe..dbc7dd590e95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -178,7 +178,7 @@ jobs: e2e-cli-node-10: executor: name: test-executor - nodeversion: "10.16" + nodeversion: "10.20" parallelism: 4 steps: - custom_attach_workspace