Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 10 of node.js has been released #13

Open
greenkeeper bot opened this issue Apr 27, 2018 · 0 comments
Open

Version 10 of node.js has been released #13

greenkeeper bot opened this issue Apr 27, 2018 · 0 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Apr 27, 2018

Version 10 of Node.js (code name Dubnium) has been released! 馃帄

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

If you鈥檙e interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn鈥檛 already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn鈥檛 touch job or matrix configurations because these tend to be quite specific and complex, and it鈥檚 difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you鈥檙e doing it may require additional work or may not be applicable at all. We鈥檙e also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I鈥檓 a humble robot and won鈥檛 feel rejected 馃


FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 馃尨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants