diff --git a/README.md b/README.md index a8b503c8d..349e3c409 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Install with npm: npm install --global verdaccio ``` +> ⚠️ After v4.5.0 Node v8 is not longer supported. **Node v10** is the minimum supported version. + ## Donations Verdaccio is run by **volunteers**; nobody is working full-time on it. If you find this project to be useful and would like to support its development, consider making a donation - **your logo might end up in this readme.** 😉 diff --git a/conf/docker.yaml b/conf/docker.yaml index 886dae8c1..b8f640743 100644 --- a/conf/docker.yaml +++ b/conf/docker.yaml @@ -71,3 +71,7 @@ logs: #experiments: # # support for npm token command # token: false + +# This affect the web and api (not developed yet) +#i18n: +#web: en-US diff --git a/package.json b/package.json index 7bc943f64..d0b00d1d9 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "build:docker": "docker build -t verdaccio/verdaccio:local . --no-cache" }, "engines": { - "node": ">=8", + "node": ">=10", "npm": ">=5" }, "preferGlobal": true,