Skip to content

Commit

Permalink
chore: expand range of support to last maintained node
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 13, 2020
1 parent f3d2941 commit d2488cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,8 +1,7 @@
language: node_js
node_js:
- 4
- 6
- 'stable'
- 10
- 12
sudo: false
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"url": "git+https://github.com/hypermodules/gh-release.git"
},
"engines" : {
"node" : ">=12.0.0"
"node" : ">=10.0.0"
},
"scripts": {
"gh-pages": "npm run site && gh-pages -d site",
Expand Down

0 comments on commit d2488cf

Please sign in to comment.