Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
5.0.0 Release - remove Node 8, add Node 10.0.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov authored Aug 19, 2020
1 parent 97a546a commit b2225fb
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,19 @@ defaults: &defaults
- npm_config_engine_strict: 1

jobs:
"node-8":
"node-10-0-0":
<<: *defaults
docker:
- image: cypress/base:8
- image: cypress/base:10.0.0
user: node
steps:
- install-and-test
- send-status

"node-8-0-0":
"node-10-npm-ci":
<<: *defaults
docker:
- image: cypress/base:8.0.0
user: node
steps:
- install-and-test
- send-status

"node-8-npm-ci":
<<: *defaults
docker:
- image: cypress/base:8
- image: cypress/base:10.0.0
user: node
steps:
- checkout
Expand Down Expand Up @@ -132,11 +123,9 @@ workflows:
version: 2
test-cypress-installs:
jobs:
- node-8-0-0:
context: test-runner:commit-status-checks
- node-8:
- node-10-0-0:
context: test-runner:commit-status-checks
- node-8-npm-ci:
- node-10-npm-ci:
context: test-runner:commit-status-checks
- node-10:
context: test-runner:commit-status-checks
Expand All @@ -148,9 +137,8 @@ workflows:
- after-tests:
context: test-runner:commit-status-checks
requires:
- node-8-0-0
- node-8
- node-8-npm-ci
- node-10-0-0
- node-10-npm-ci
- node-10
- node-12
- chrome-browser-77

0 comments on commit b2225fb

Please sign in to comment.