Skip to content

Commit

Permalink
fix: drop support for node.js 4 (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed May 11, 2018
1 parent db02406 commit f3347c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Expand Up @@ -48,10 +48,6 @@ workflows:
version: 2
tests:
jobs: &workflow_jobs
- node4:
filters:
tags:
only: /.*/
- node6:
filters:
tags:
Expand All @@ -70,7 +66,6 @@ workflows:
only: /.*/
- publish_npm:
requires:
- node4
- node6
- node8
- node9
Expand All @@ -90,11 +85,6 @@ workflows:
jobs: *workflow_jobs

jobs:
node4:
docker:
- image: node:4
user: node
<<: *unit_tests
node6:
docker:
- image: node:6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,7 +85,7 @@
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"engines": {
"node": ">=4.0"
"node": ">=6.0"
},
"devDependencies": {
"@types/express": "^4.11.1",
Expand Down

0 comments on commit f3347c5

Please sign in to comment.