Skip to content

Commit

Permalink
Support versions of node >= 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 17, 2020
1 parent f1898eb commit 4bfa98e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,11 +1,9 @@
sudo: false
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "10"
- "12"
before_install:
- if [[ `npm -v` =~ ^[1-2] ]]; then npm i -g npm@3; fi
before_script:
Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
Expand Up @@ -4,11 +4,9 @@ init:
# What combinations to test
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
platform:
- x86
- x64
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/gruntjs/grunt.git",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
"node": ">=10"
},
"scripts": {
"test": "node bin/grunt test",
Expand Down

0 comments on commit 4bfa98e

Please sign in to comment.