Skip to content

Commit

Permalink
Drop support for Node.js below 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 23, 2023
1 parent b53363c commit bdbb5ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Expand Up @@ -10,11 +10,6 @@ jobs:
strategy:
matrix:
name:
- Node.js 0.10
- Node.js 0.12
- io.js 1.x
- io.js 2.x
- io.js 3.x
- Node.js 4.x
- Node.js 5.x
- Node.js 6.x
Expand All @@ -33,26 +28,6 @@ jobs:
- Node.js 19.x

include:
- name: Node.js 0.10
node-version: "0.10"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0

- name: Node.js 0.12
node-version: "0.12"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0

- name: io.js 1.x
node-version: "1.8"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0

- name: io.js 2.x
node-version: "2.5"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0

- name: io.js 3.x
node-version: "3.3"
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0

- name: Node.js 4.x
node-version: "4.9"
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -3,6 +3,7 @@

This incorporates all changes after 1.19.1 up to 1.20.2.

* Drop support for Node.js below 4
* Remove deprecated `bodyParser()` combination middleware
* deps: debug@3.1.0
- Add `DEBUG_HIDE_DATE` environment variable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"index.js"
],
"engines": {
"node": ">= 0.10"
"node": ">= 4"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit bdbb5ac

Please sign in to comment.