diff --git a/www/npm/Makefile b/www/npm/Makefile index 5d7311c6fc39..03a64264d0c8 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -19,7 +19,7 @@ CONFLICTS_INSTALL?= npm-node10 npm-node6 npm-node8 OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE6 NODE8 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 11.x (www/node) as backend +NODE_DESC= Use Node.js 11.x/12.x (www/node) as backend NODE10_DESC= Use Node.js 10.x (www/node10) as backend NODE6_DESC= Use Node.js 6.x (www/node6) as backend NODE8_DESC= Use Node.js 8.x (www/node8) as backend