Skip to content

Commit

Permalink
chore: test on node10 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored and stephenplusplus committed May 2, 2018
1 parent 65d94c8 commit 849beb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ workflows:
filters:
tags:
only: /.*/
- node10:
filters:
tags:
only: /.*/
- lint:
requires:
- node4
- node6
- node8
- node9
- node10
filters:
tags:
only: /.*/
Expand All @@ -34,6 +39,7 @@ workflows:
- node6
- node8
- node9
- node10
filters:
tags:
only: /.*/
Expand Down Expand Up @@ -110,6 +116,11 @@ jobs:
- image: 'node:9'
user: node
steps: *unit_tests_steps
node10:
docker:
- image: 'node:10'
user: node
steps: *unit_tests_steps
lint:
docker:
- image: 'node:8'
Expand Down

0 comments on commit 849beb9

Please sign in to comment.