Skip to content

Commit 83d681a

Browse files
freiksenetherecydevwardpeetpieh
authored
feat(gatsby): bump node min version to 10.13.0 (#22400)
Drop node 8 support and bump min version to 10.13.0 Co-Authored-By: Dan Kirkham <[email protected]> Co-Authored-By: Ward Peeters <[email protected]> Co-authored-by: Michal Piechowiak <[email protected]> Co-authored-by: Dan Kirkham <[email protected]> Co-authored-by: Ward Peeters <[email protected]>
1 parent 72c91f5 commit 83d681a

File tree

105 files changed

+147430
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+147430
-140
lines changed

.circleci/config.yml

+5-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ executors:
77
parameters:
88
image:
99
type: string
10-
default: "10"
10+
default: "10.13"
1111
docker:
1212
- image: circleci/node:<< parameters.image >>
1313

@@ -69,7 +69,7 @@ aliases:
6969
- /blog.+/
7070
requires:
7171
- lint
72-
- unit_tests_node8
72+
- unit_tests_node10
7373

7474
e2e_tests_production_runtime_alias: &e2e_tests_production_runtime_alias
7575
<<: *e2e-executor
@@ -238,12 +238,6 @@ jobs:
238238
- run: yarn typecheck
239239
- run: yarn check-repo-fields
240240

241-
unit_tests_node8:
242-
executor:
243-
name: node
244-
image: "8"
245-
<<: *test_template
246-
247241
unit_tests_node10:
248242
executor: node
249243
<<: *test_template
@@ -633,24 +627,20 @@ workflows:
633627
- lint:
634628
requires:
635629
- bootstrap
636-
- unit_tests_node8:
637-
<<: *ignore_docs
638-
requires:
639-
- bootstrap
640630
- unit_tests_node10:
641631
<<: *ignore_docs
642632
requires:
643633
- lint
644-
- unit_tests_node8
634+
- bootstrap
645635
- unit_tests_node12:
646636
<<: *ignore_docs
647637
requires:
648638
- lint
649-
- unit_tests_node8
639+
- bootstrap
650640
- unit_tests_www:
651641
requires:
652642
- lint
653-
- unit_tests_node8
643+
- bootstrap
654644
- integration_tests_long_term_caching:
655645
<<: *e2e-test-workflow
656646
- integration_tests_gatsby_pipeline:

0 commit comments

Comments
 (0)