Skip to content

Commit

Permalink
tests: add node 12 to tests (#13538)
Browse files Browse the repository at this point in the history
* tests: add node 12 to tests

* fix: spacing and add to workflow

* Use "latest" tag

from https://circleci.com/docs/2.0/circleci-images/#nodejs
  • Loading branch information
moonmeister authored and KyleAMathews committed Apr 24, 2019
1 parent 4bed781 commit ea0b46e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ jobs:
executor: node
<<: *test_template

unit_tests_node12:
executor:
name: node
image: "latest"
<<: *test_template

unit_tests_www:
executor: node
steps:
Expand Down Expand Up @@ -226,6 +232,10 @@ workflows:
<<: *ignore_docs
requires:
- bootstrap
- unit_tests_node12:
<<: *ignore_docs
requires:
- bootstrap
- unit_tests_www:
requires:
- bootstrap
Expand Down

0 comments on commit ea0b46e

Please sign in to comment.