Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

chore: start testing on node 10 #36

Merged
merged 2 commits into from
May 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ workflows:
filters: *release_tags
- node9:
filters: *release_tags
- node10:
filters: *release_tags
- publish_npm:
requires:
- node4
- node6
- node8
- node9
- node10

This comment was marked as spam.

This comment was marked as spam.

filters:
branches:
ignore: /.*/
Expand All @@ -63,10 +66,15 @@ jobs:
- image: node:9
user: node
<<: *unit_tests
node10:
docker:
- image: node:10
user: node
<<: *unit_tests

publish_npm:
docker:
- image: node:8
- image: node10
user: node
steps:
- checkout
Expand All @@ -78,4 +86,4 @@ jobs:
command: npm install
- run:
name: Publish the module to npm.
command: npm publish
command: npm publish