Skip to content

Commit 76d5e76

Browse files
clydinvikerman
authored andcommitted
test: ensure Node.js 10 E2E has latest npm version
1 parent 762d957 commit 76d5e76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ jobs:
163163
parallelism: 4
164164
steps:
165165
- attach_workspace: *attach_options
166+
# Ensure latest npm version to support local package repository
167+
- run: PATH=~/.npm-global/bin:$PATH npm install --global npm
166168
- run: PATH=~/.npm-global/bin:$PATH xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
167169

168170
e2e-cli-ivy:

0 commit comments

Comments
 (0)