Skip to content

Commit ae2328a

Browse files
kyliaudgp1130
authored andcommitted
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 [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.17". Got "10.16.3" ```
1 parent c39f821 commit ae2328a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
e2e-cli-node-10:
179179
executor:
180180
name: test-executor
181-
nodeversion: "10.16"
181+
nodeversion: "10.20"
182182
parallelism: 4
183183
steps:
184184
- custom_attach_workspace

0 commit comments

Comments
 (0)