Skip to content

Commit

Permalink
feat(gatsby): bump node min version to 10.13.0 (#22400)
Browse files Browse the repository at this point in the history
Drop node 8 support and bump min version to 10.13.0

Co-Authored-By: Dan Kirkham <herecy@live.co.uk>
Co-Authored-By: Ward Peeters <ward@coding-tech.com>
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
Co-authored-by: Dan Kirkham <herecy@live.co.uk>
Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
4 people committed Mar 20, 2020
1 parent 72c91f5 commit 83d681a
Show file tree
Hide file tree
Showing 105 changed files with 147,430 additions and 140 deletions.
20 changes: 5 additions & 15 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ executors:
parameters:
image:
type: string
default: "10"
default: "10.13"
docker:
- image: circleci/node:<< parameters.image >>

Expand Down Expand Up @@ -69,7 +69,7 @@ aliases:
- /blog.+/
requires:
- lint
- unit_tests_node8
- unit_tests_node10

e2e_tests_production_runtime_alias: &e2e_tests_production_runtime_alias
<<: *e2e-executor
Expand Down Expand Up @@ -238,12 +238,6 @@ jobs:
- run: yarn typecheck
- run: yarn check-repo-fields

unit_tests_node8:
executor:
name: node
image: "8"
<<: *test_template

unit_tests_node10:
executor: node
<<: *test_template
Expand Down Expand Up @@ -633,24 +627,20 @@ workflows:
- lint:
requires:
- bootstrap
- unit_tests_node8:
<<: *ignore_docs
requires:
- bootstrap
- unit_tests_node10:
<<: *ignore_docs
requires:
- lint
- unit_tests_node8
- bootstrap
- unit_tests_node12:
<<: *ignore_docs
requires:
- lint
- unit_tests_node8
- bootstrap
- unit_tests_www:
requires:
- lint
- unit_tests_node8
- bootstrap
- integration_tests_long_term_caching:
<<: *e2e-test-workflow
- integration_tests_gatsby_pipeline:
Expand Down

0 comments on commit 83d681a

Please sign in to comment.