mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
ci(): run tests on node 16
This commit is contained in:
@@ -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
|
||||
@@ -160,6 +165,9 @@ workflows:
|
||||
build-and-test:
|
||||
jobs:
|
||||
- build
|
||||
- test_node_16:
|
||||
requires:
|
||||
- build
|
||||
- test_node_14:
|
||||
requires:
|
||||
- build
|
||||
|
||||
Reference in New Issue
Block a user