Skip to content

Commit

Permalink
chore: start testing against Node 10 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots committed May 21, 2018
1 parent 07fe120 commit 86ffb3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -27,13 +27,13 @@ workflows:
filters: *release_tags
- node8:
filters: *release_tags
- node9:
- node10:
filters: *release_tags
- publish_npm:
requires:
- node6
- node8
- node9
- node10
filters:
branches:
ignore: /.*/
Expand All @@ -50,15 +50,15 @@ jobs:
- image: node:8
user: node
<<: *unit_tests
node9:
node10:
docker:
- image: node:9
- image: node:10
user: node
<<: *unit_tests

publish_npm:
docker:
- image: node:8
- image: node:10
user: node
steps:
- checkout
Expand Down

0 comments on commit 86ffb3b

Please sign in to comment.