Skip to content

Commit 1cf0c27

Browse files
MichaelDeBoeygatsbybot
and
gatsbybot
authored
chore(test): Test on Node 14 (#23354)
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
1 parent 35744ac commit 1cf0c27

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ jobs:
227227
image: "12"
228228
<<: *test_template
229229

230+
unit_tests_node14:
231+
executor:
232+
name: node
233+
image: "14"
234+
<<: *test_template
235+
230236
unit_tests_www:
231237
executor: node
232238
steps:
@@ -464,6 +470,17 @@ workflows:
464470
jobs:
465471
- sync_translation_repo
466472

473+
weekly-node-14:
474+
triggers:
475+
- schedule:
476+
cron: "0 1 * * 6"
477+
filters:
478+
branches:
479+
only:
480+
- master
481+
jobs:
482+
- unit_tests_node14
483+
467484
nightly-react-next:
468485
triggers:
469486
- schedule:

0 commit comments

Comments
 (0)