Skip to content

Commit

Permalink
Update CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Aug 20, 2020
1 parent 3602226 commit 9da4296
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo: false
language: node_js

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

before_install:
- gem update --system
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "6"
platform: x86
ruby_folder_version: "22"
- nodejs_version: "8"
platform: x86
ruby_folder_version: "22"
ruby_folder_version: "23"
- nodejs_version: "10"
platform: x86
ruby_folder_version: "22"
ruby_folder_version: "23"
- nodejs_version: "12"
platform: x86
ruby_folder_version: "23"

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

0 comments on commit 9da4296

Please sign in to comment.