mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
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" ```
This commit is contained in:
parent
c39f82167a
commit
ae2328aa76
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user