Skip to content

Commit

Permalink
Run CircleCI jobs on Node.js v8 (oldest supporter)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Jan 31, 2020
1 parent 3c464c4 commit 2cce5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
lint:
docker:
- image: circleci/node:10
- image: circleci/node:8
steps:
- checkout
- restore_cache:
Expand All @@ -21,7 +21,7 @@ jobs:
command: npm run lint
test:
docker:
- image: circleci/node:10
- image: circleci/node:8
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 2cce5a4

Please sign in to comment.