Skip to content

Commit

Permalink
Bump deps, required node version and ci (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Oct 5, 2020
1 parent 3254a1f commit 84ebcb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
- '10'
- '12'
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "8"
platform: x86
- nodejs_version: "6"
- nodejs_version: "10"
platform: x86
- nodejs_version: "6"
- nodejs_version: "12"
platform: x64
- nodejs_version: "8"
- nodejs_version: "12"
platform: x86

install:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "gruntjs/grunt-cli",
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=8"
},
"scripts": {
"test": "node bin/grunt test"
Expand All @@ -15,15 +15,15 @@
"grunt": "bin/grunt"
},
"dependencies": {
"grunt-known-options": "~1.1.0",
"grunt-known-options": "~1.1.1",
"interpret": "~1.1.0",
"liftoff": "~2.5.0",
"nopt": "~4.0.1",
"v8flags": "~3.1.1"
"v8flags": "~3.2.0"
},
"devDependencies": {
"grunt": "~1.0.2",
"grunt-contrib-jshint": "~1.1.0"
"grunt": "~1.3.0",
"grunt-contrib-jshint": "~2.1.0"
},
"files": [
"bin",
Expand Down

0 comments on commit 84ebcb8

Please sign in to comment.