---
# Set the version of Node.js to install ("12.x", "13.x", "14.x", "15.x", etc.).
nodejs_version: "20.x"

# Instead of using the distribution package manager, download a specific
# Node.js archive and install it globally.
# Archive Download URL, checksum and installation path values are mandatory in this case.
nodejs_download_url: ""
nodejs_checksum: ""
nodejs_install_path: ""