Skip to content
Snippets Groups Projects
Unverified Commit eabfdca2 authored by Matt Godbolt's avatar Matt Godbolt
Browse files

Bump to new LTS version 16 node

parent bf9d2334
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ Assuming you have a compatible version of `node` installed, on Linux simply runn ...@@ -54,7 +54,7 @@ Assuming you have a compatible version of `node` installed, on Linux simply runn
on your local machine: [http://localhost:10240/](http://localhost:10240/). If this doesn't work for you, please contact on your local machine: [http://localhost:10240/](http://localhost:10240/). If this doesn't work for you, please contact
us, as we consider it important you can quickly and easily get running. us, as we consider it important you can quickly and easily get running.
Currently, **Compiler Explorer** Currently, **Compiler Explorer**
requires [`node` 14 _(LTS version)_](CONTRIBUTING.md#node-version) installed, either on the path or at `NODE_DIR` requires [`node` 16 _(LTS version)_](CONTRIBUTING.md#node-version) installed, either on the path or at `NODE_DIR`
(an environment variable or `make` parameter). (an environment variable or `make` parameter).
Running with `make EXTRA_ARGS='--language LANG'` will allow you to load Running with `make EXTRA_ARGS='--language LANG'` will allow you to load
......
...@@ -25,7 +25,7 @@ find_node() { ...@@ -25,7 +25,7 @@ find_node() {
NODE="$(find_node)" NODE="$(find_node)"
NODE_MIN_VERSION=14 NODE_MIN_VERSION=14
NODE_VERSION_USED=14 NODE_VERSION_USED=16
NODE_VERSION=$(${NODE} --version) NODE_VERSION=$(${NODE} --version)
NODE_MAJOR_VERSION=$(echo "${NODE_VERSION}" | cut -f1 -d. | sed 's/^v//g') NODE_MAJOR_VERSION=$(echo "${NODE_VERSION}" | cut -f1 -d. | sed 's/^v//g')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment