Skip to content

Commit

Permalink
ci(CircleCI): Removed node 9 for testing added node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswlane committed Dec 6, 2018
1 parent d536f46 commit bf5b9b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@ jobs:
<<: *docker_defaults
<<: *test_steps

test-node-9:
test-node-10:
working_directory: ~/status-board
docker:
- image: circleci/node:9
- image: circleci/node:10
<<: *test_steps

test-node-10:
test-node-11:
working_directory: ~/status-board
docker:
- image: circleci/node:10
- image: circleci/node:11
<<: *test_steps

coverage:
Expand Down Expand Up @@ -195,12 +195,12 @@ workflows:
- npmvet
- nsp
- tslint
- test-node-9:
- test-node-10:
requires:
- npmvet
- nsp
- tslint
- test-node-10:
- test-node-11:
requires:
- npmvet
- nsp
Expand All @@ -209,8 +209,8 @@ workflows:
requires:
- test-node-6
- test-node-8
- test-node-9
- test-node-10
- test-node-11
- build-typescript:
requires:
- coverage
Expand Down

0 comments on commit bf5b9b2

Please sign in to comment.