Merge pull request #386 from wazuh/feature-update-nodejs

Bump NodeJS version to 10.x
This commit is contained in:
Manuel J. Bernal 2020-03-11 23:49:27 +01:00 committed by GitHub
commit 6441954652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ nodejs:
repo_dict: repo_dict:
debian: "deb" debian: "deb"
redhat: "rpm" redhat: "rpm"
repo_url_ext: "nodesource.com/setup_8.x" repo_url_ext: "nodesource.com/setup_10.x"
# Build from sources # Build from sources
build_from_sources: false build_from_sources: false