-
Notifications
You must be signed in to change notification settings - Fork 24
Upgrading and standardizing versions of Node #83
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
Conversation
Vinnl
left a comment
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.
Maybe give Tim a heads-up after merging this, I don't think he uses nvm?
|
It should work with any versions newer than 8.10, so I think he's good, but yeah, I'll check with him ^_^ |
|
@megoth Yeah it should work, but with the newer version you'd also get a newer version of npm, and in between the lockfile format changed. So if Tim would continue to use the old version of npm, we'd get a new lockfile with many changes every time someone runs |
|
Tim needs to upgrade 😄 @megoth Is |
I'll double-check, gotta admit it was shamelessly copied from https://github.com/rdfjs/N3.js/blob/master/.travis.yml#L3-L7 without much though -_- |
|
I can't find any information for why it should be there, so I'll remove it. |
|
@RubenVerborgh I was thinking of switching out I think it would be good to have a clean install and be 100% sure that Do you have thoughts on this? |
|
See SolidOS/mashlib#83 for more info
Upgrading the default version we're using to build this project from
8.16to12.7.Also adding
8.10as the lowest version we'll currently support (works with ESLint) so that we know when it breaks (and then fix it or reevaluate which versions we'll support).package-lock.jsonis simply the new generated file after upgrading to12.7.