upgrade to nodejs 14.x, #62

This commit is contained in:
ronivay
2021-02-24 09:19:11 +02:00
parent 537b442ee0
commit 79c8352add
3 changed files with 4 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ Below is a list of packages that will be installed if missing.
CentOS:
- curl
- epel-release
- nodejs (v12)
- nodejs (v14)
- npm (v3)
- yarn
- gcc
@@ -109,7 +109,7 @@ Debian/Ubuntu:
- libcap2-bin
- curl
- yarn
- nodejs (v12) (possible debian 10 default nodejs v10 will be replaced)
- nodejs (v14)
- npm (v3)
- build-essential
- redis-server