-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support version active lts or latest #16
Support version active lts or latest #16
Conversation
segayuu
commented
Nov 23, 2018
- update eslint
- update eslint-config-hexo
- define engines field
- fix lint error
https://travis-ci.com/segayuu/hexo-generator-archive/jobs/160470115#L451 |
The issue was raised to mozilla/nunjucks#1168 |
Maybe you should stick to node 10 so that we are not blocked by mozilla/nunjucks being late with updates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but i'm not sure why you did not simply use node >= 6.9
@tomap The reason not to define> = 6.9 is to clarify that we do not support 7 and 9 which have already ended support. |
hexojs/site#798 (comment) |