Skip to content

Commit

Permalink
Drop Node 6 in CI, add node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 15, 2019
1 parent 0681fc7 commit d211122
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,8 @@ sudo: false
language: node_js

node_js:
- "6"
- "8"
- "10"

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1 +1 @@
Please see the [Contributing to grunt](http://gruntjs.com/contributing) guide for information on contributing to this project.
Please see the [Contributing to grunt](https://gruntjs.com/contributing) guide for information on contributing to this project.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@

## Getting Started

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

```shell
npm install grunt-contrib-coffee --save-dev
Expand Down Expand Up @@ -165,4 +165,4 @@ For more examples on how to use the `expand` API to manipulate the default dynam

Task submitted by [Eric Woroshow](http://ericw.ca/)

*This file was generated on Wed Sep 27 2017 16:29:13.*
*This file was generated on Fri Mar 15 2019 10:02:44.*
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -5,10 +5,10 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "6"
platform: x86
- nodejs_version: "8"
platform: x86
- nodejs_version: "10"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"repository": "gruntjs/grunt-contrib-coffee",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
"node": ">=8"
},
"main": "tasks/coffee.js",
"scripts": {
Expand Down

0 comments on commit d211122

Please sign in to comment.