Skip to content

Commit

Permalink
Drop support for Node < 6 (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 5, 2020
1 parent 8b41d16 commit 70259bc
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 721 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Expand Up @@ -42,11 +42,6 @@ commands:
paths:
- ~/.npm/_cacache
jobs:
node-v4:
docker:
- image: node:4
steps:
- test-nodejs-old
node-v6:
docker:
- image: node:6
Expand All @@ -72,7 +67,6 @@ workflows:
version: 2
node-multi-build:
jobs:
- node-v4
- node-v6
- node-v8
- node-v10
Expand Down

0 comments on commit 70259bc

Please sign in to comment.