1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 21:38:26 -04:00

Drop Node.js 6.x support.

This commit is contained in:
XhmikosR 2019-11-27 12:30:57 +02:00
parent 6dcaad29bf
commit ee1205eeb4
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"

View File

@ -33,7 +33,7 @@
"index.js"
],
"engines": {
"node": ">=6"
"node": ">=8"
},
"eslintConfig": {
"extends": "eslint:recommended",