You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.0
- Remove npm and n dependencies
- Fix license
- Fix tests and code cleanup
- Don't check for package.json (always run npm install first)
- Only run npm install in docker (skip cache)
- Allow replacing npm before running install
- linting
Custom node version (#35)
* Update webapp.js
* Tweak config to match webapp
* Add customVersion config
* Use custom version if 'custom' runtime set
* Add custom version input
* Add n usage href
* Update n version
* v0.7.0
- Add custom version for node
- Add lts runtime
- Remove node 0.8 from runtime
- Update n to ^2.1.0