Skip to content

Commit

Permalink
Merge pull request #29 from sanctuary-js/davidchambers/circle
Browse files Browse the repository at this point in the history
circle: housekeeping
  • Loading branch information
davidchambers committed Jan 2, 2020
2 parents 445740e + 4fd5a3d commit 37b2827
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
version: 2
version: 2.1

jobs:
build:
docker:
- image: circleci/node:6
- image: circleci/node:12
environment:
NPM_CONFIG_COLOR: false
NPM_CONFIG_LOGLEVEL: warn
NPM_CONFIG_PROGRESS: false
parallelism: 1
steps:
- checkout
Expand Down

0 comments on commit 37b2827

Please sign in to comment.