-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: drop Node.js 8 #191
Conversation
lgtm, just need to rebase. |
@curbengh Done. Minimum required Node.js version is set to 10.3.0 (Tested on my local machine). |
can increase to at least 10.9 just in case we need 10.9+ features, prefer >=10.18 if possible. the rebase somehow doesn't include dropping Node 8 from appveyor, this PR previously did. |
@curbengh As I mentioned in hexojs/hexo#3818 (comment), we could use 10.13.0 instead (which is the first LTS version of Node.js 10) |
hexojs/hexo#3818