Skip to content

Commit

Permalink
chore(test): Test on Node 14 (#23354)
Browse files Browse the repository at this point in the history
Co-authored-by: gatsbybot <[email protected]>
  • Loading branch information
MichaelDeBoey and gatsbybot authored Jun 26, 2020
1 parent 35744ac commit 1cf0c27
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ jobs:
image: "12"
<<: *test_template

unit_tests_node14:
executor:
name: node
image: "14"
<<: *test_template

unit_tests_www:
executor: node
steps:
Expand Down Expand Up @@ -464,6 +470,17 @@ workflows:
jobs:
- sync_translation_repo

weekly-node-14:
triggers:
- schedule:
cron: "0 1 * * 6"
filters:
branches:
only:
- master
jobs:
- unit_tests_node14

nightly-react-next:
triggers:
- schedule:
Expand Down

0 comments on commit 1cf0c27

Please sign in to comment.