Skip to content

Commit

Permalink
ci: remove Node v10
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgp1130 authored and filipesilva committed Jan 16, 2022
1 parent 6739204 commit 7b10fef
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,22 +204,6 @@ jobs:
mkdir /mnt/ramdisk/e2e-yarn
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/**}"
e2e-cli-node-10:
executor:
name: test-executor
nodeversion: "10.20"
parallelism: 4
steps:
- custom_attach_workspace
- browser-tools/install-chrome
- run:
name: Initialize Environment
command: |
./.circleci/env.sh
# Ensure latest v6 npm version to support local package repository
PATH=~/.npm-global/bin:$PATH npm install --global npm@6
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}

e2e-cli-node-14:
executor:
name: test-executor
Expand Down Expand Up @@ -381,10 +365,6 @@ workflows:
only:
- renovate/angular
- master
- e2e-cli-node-10:
<<: *only_release_branches
requires:
- e2e-cli
- e2e-cli-node-14:
<<: *only_release_branches
requires:
Expand Down

0 comments on commit 7b10fef

Please sign in to comment.