Skip to content

Commit

Permalink
drop node 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fred104 committed May 11, 2021
1 parent 180061c commit 072ee93
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "8"
- "10"
- "12"

Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Expand Up @@ -4,10 +4,6 @@ version: "{build}"

environment:
matrix:
- NODEJS_VERSION: "8"
PLATFORM: x86
- NODEJS_VERSION: "8"
PLATFORM: x64
- NODEJS_VERSION: "10"
PLATFORM: x64
- NODEJS_VERSION: "12"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"repository": "gruntjs/grunt-contrib-jasmine",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"main": "tasks/jasmine.js",
"scripts": {
Expand Down

0 comments on commit 072ee93

Please sign in to comment.