From 10b6a5e66675d53119e2267e8dd6f4b29b8e2d08 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 11 Sep 2023 14:02:43 -0700 Subject: [PATCH] docs: mention Node 12 or higher requirement [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be3856d6..4b49a45c 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ NOTE: On Unix systems, when `setup-cpp` is used locally or in other CI services NOTE: On Unix systems, if you are already a root user (e.g., in a GitLab runner or Docker), you will not need to use `sudo`. +NOTE: setup-cpp requires Nodejs 12 or higher. If Nodejs shipped with your distribution is older than 12, install the latest Node (e.g. for [Ubuntu 20.04](https://github.com/aminya/setup-cpp/blob/e2b11c45c1108526f905729542711e343a54a7fb/dev/docker/setup-cpp-ubuntu-20.0.4.dockerfile#L4-L13)), or alternatively you can use the executables that are self-contained (see the next section). + #### With executable Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.35.6), and run it with the available options. You can also automate downloading using `wget`, `curl`, or other similar tools.