Skip to content

Commit 7b10fef

Browse files
dgp1130filipesilva
authored andcommitted
ci: remove Node v10
Node v10 is no longer supported by the Node.js team and it is difficult to keep CI green when the NPM infrastructure underneath the CLI is no longer expected to maintain Node v10 support.
1 parent 6739204 commit 7b10fef

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.circleci/config.yml

-20
Original file line numberDiff line numberDiff line change
@@ -204,22 +204,6 @@ jobs:
204204
mkdir /mnt/ramdisk/e2e-yarn
205205
PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --yarn --tmpdir=/mnt/ramdisk/e2e-yarn --glob="{tests/basic/**,tests/update/**,tests/commands/add/**}"
206206
207-
e2e-cli-node-10:
208-
executor:
209-
name: test-executor
210-
nodeversion: "10.20"
211-
parallelism: 4
212-
steps:
213-
- custom_attach_workspace
214-
- browser-tools/install-chrome
215-
- run:
216-
name: Initialize Environment
217-
command: |
218-
./.circleci/env.sh
219-
# Ensure latest v6 npm version to support local package repository
220-
PATH=~/.npm-global/bin:$PATH npm install --global npm@6
221-
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}
222-
223207
e2e-cli-node-14:
224208
executor:
225209
name: test-executor
@@ -381,10 +365,6 @@ workflows:
381365
only:
382366
- renovate/angular
383367
- master
384-
- e2e-cli-node-10:
385-
<<: *only_release_branches
386-
requires:
387-
- e2e-cli
388368
- e2e-cli-node-14:
389369
<<: *only_release_branches
390370
requires:

0 commit comments

Comments
 (0)