Skip to content

Commit

Permalink
Revert "Chore/update circleci"
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Oct 22, 2019
1 parent deee0cd commit 6514a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:12.12
- image: circleci/node:8.9
steps:
- checkout

Expand All @@ -11,7 +11,7 @@ jobs:

- run:
name: Install dependencies
command: yarn install
command: yarn install --ignore-engines

- save_cache:
key: hubot-script-dependencies-{{ checksum "yarn.lock" }}
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
git merge upstream/master
- run:
name: Update dependencies
command: yarn upgrade
command: yarn upgrade --ignore-engines
- run:
name: Commit auto update file
command: |
Expand Down

0 comments on commit 6514a3f

Please sign in to comment.