Skip to content

Commit

Permalink
ci(): run tests on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 7, 2021
1 parent 18516fc commit 654cb90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
<<: *unit-tests-template
docker:
- image: circleci/node:14

test_node_16:
<<: *unit-tests-template
docker:
- image: circleci/node:16

lint:
working_directory: ~/nest
Expand Down Expand Up @@ -160,6 +165,9 @@ workflows:
build-and-test:
jobs:
- build
- test_node_16:
requires:
- build
- test_node_14:
requires:
- build
Expand Down

0 comments on commit 654cb90

Please sign in to comment.