Skip to content

Commit 072ee93

Browse files
committed
drop node 8 support
1 parent 180061c commit 072ee93

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "8"
54
- "10"
65
- "12"
76

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ version: "{build}"
44

55
environment:
66
matrix:
7-
- NODEJS_VERSION: "8"
8-
PLATFORM: x86
9-
- NODEJS_VERSION: "8"
10-
PLATFORM: x64
117
- NODEJS_VERSION: "10"
128
PLATFORM: x64
139
- NODEJS_VERSION: "12"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"repository": "gruntjs/grunt-contrib-jasmine",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=8.0.0"
12+
"node": ">=10.0.0"
1313
},
1414
"main": "tasks/jasmine.js",
1515
"scripts": {

0 commit comments

Comments
 (0)