Skip to content

Commit

Permalink
Use Node.js 8 on CircleCI as it's the version used by Now
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex authored and autorebase[bot] committed Dec 1, 2018
1 parent 9e413ce commit a88d5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
check:
docker:
- image: circleci/node:10
- image: circleci/node:8
steps:
- checkout
- run: yarn install --frozen-lockfile
Expand All @@ -18,7 +18,7 @@ jobs:

deploy:
docker:
- image: circleci/node:10
- image: circleci/node:8
steps:
- checkout
- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit a88d5e3

Please sign in to comment.