Skip to content

Commit

Permalink
Removed node v8. Added v14. Set default to v12. Fixes #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Osgood committed May 11, 2020
1 parent 0e26b96 commit db310ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eslint.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
default: lib/**
executor:
type: executor
default: v8
default: v12
config:
description: "Any additional configuration steps."
type: steps
Expand Down Expand Up @@ -59,11 +59,6 @@ jobs:
remote_file: $CIRCLE_BRANCH.$CIRCLE_JOB.svg
host: docs
executors:
v8:
environment:
LANG: en_US.UTF-8
docker:
- image: circleci/node:8-buster
v10:
environment:
LANG: en_US.UTF-8
Expand All @@ -74,4 +69,9 @@ executors:
LANG: en_US.UTF-8
docker:
- image: circleci/node:12-buster
v14:
environment:
LANG: en_US.UTF-8
docker:
- image: circleci/node:14-buster

0 comments on commit db310ba

Please sign in to comment.