Skip to content

Commit f47474e

Browse files
committed
Drop support for Node 8
1 parent 7dd27eb commit f47474e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ node_js:
66
- '14.6.0' # Bundled version
77
- '12'
88
- '10'
9-
- '8'
109
before_install:
1110
- sudo apt-get install p7zip-full xterm
1211
install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"xhr2": "^0.2.0"
107107
},
108108
"engines": {
109-
"node": ">=8.0.0"
109+
"node": ">=10.0.0"
110110
},
111111
"keywords": [
112112
"http",

0 commit comments

Comments
 (0)