We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180061c commit 072ee93Copy full SHA for 072ee93
.travis.yml
@@ -1,7 +1,6 @@
1
language: node_js
2
3
node_js:
4
- - "8"
5
- "10"
6
- "12"
7
appveyor.yml
@@ -4,10 +4,6 @@ version: "{build}"
environment:
matrix:
- - NODEJS_VERSION: "8"
8
- PLATFORM: x86
9
10
- PLATFORM: x64
11
- NODEJS_VERSION: "10"
12
PLATFORM: x64
13
- NODEJS_VERSION: "12"
package.json
@@ -9,7 +9,7 @@
"repository": "gruntjs/grunt-contrib-jasmine",
"license": "MIT",
"engines": {
- "node": ">=8.0.0"
+ "node": ">=10.0.0"
},
14
"main": "tasks/jasmine.js",
15
"scripts": {
0 commit comments