Merge branch 'master' into Option-to-duplicate-should-not-be-available-while-node-is-running

This commit is contained in:
Piotr Pekala 2019-07-26 03:40:57 -07:00
commit 37c43c8e1b

View File

@ -5,12 +5,14 @@ jobs:
macos:
xcode: "9.4.0"
docker:
- image: "circleci/node:11.0.0"
steps:
- checkout
- run:
name: Install nodejs
command: |
brew upgrade node
- run:
name: Set timezone and check current datetime
command: |