Skip to content

Commit

Permalink
chore: bump minimum NodeJS requirement to 6.9.1 and drop NodeJS 4.x (#…
Browse files Browse the repository at this point in the history
…118)

* chore: Drop NodeJS from Travis CI

* chore: Drop NodeJS from AppVeyor

* chore: Bump minimum NodeJS requirement to 6.9.1
  • Loading branch information
ntwb committed May 31, 2020
1 parent 34a2b85 commit 4c65b5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/stylelint-config-wordpress/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cache:
node_js:
- '7'
- '6'
- '4'

before_install:
# remove outdated deps, assists with cache maintenance
Expand Down
1 change: 0 additions & 1 deletion packages/stylelint-config-wordpress/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ environment:
matrix:
- nodejs_version: 7
- nodejs_version: 6
- nodejs_version: 4

version: "{build}"
build: off
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scss.js"
],
"engines": {
"node": ">=4.2.1"
"node": ">=6.9.1"
},
"devDependencies": {
"ava": "^0.17.0",
Expand Down

0 comments on commit 4c65b5b

Please sign in to comment.