mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-26 01:01:13 +08:00
ci: use latest npm 6.x for E2E tests (#11898)
This commit is contained in:
parent
9107f3cc4e
commit
ec3fa8080a
@ -65,7 +65,7 @@ jobs:
|
||||
parallelism: 4
|
||||
steps:
|
||||
- attach_workspace: *attach_options
|
||||
- run: npm install --global npm@6.1
|
||||
- run: npm install --global npm@6
|
||||
- run: xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
|
||||
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user