aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Godbolt <matt@godbolt.org>2022-01-17 14:14:12 -0600
committerMatt Godbolt <matt@godbolt.org>2022-01-17 14:14:12 -0600
commitda26521aac7805555681098dc64b0ab0cb6483d5 (patch)
tree1c4495d01ebc850e40536f5b185283cb6cbcff19
parent92dd06ce3ebd351f09a1e6ddcf1736ea8295634a (diff)
downloadcompiler-explorer-gh-1619.tar.gz
compiler-explorer-gh-1619.zip
Update our node version in other placesgh-1619
-rw-r--r--CONTRIBUTING.md5
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2185f4f1f..46bb4f74f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,12 +20,9 @@ If there is something you would like to do yourself, it might help to make an is
## Node version
-**Compiler Explorer** currently targets [Node.js](https://nodejs.org/) LTS version 14.18.0,
+**Compiler Explorer** currently targets [Node.js](https://nodejs.org/) LTS version 16
so it's better if you do so as well when testing your changes locally.
-We're aware of [an issue](https://github.com/compiler-explorer/compiler-explorer/issues/3047#issuecomment-948032360) that
-makes **Compiler Explorer** not runnable in anything newer than Node LTS 14.18.0
-
## In brief
* Make your changes, trying to stick to the style and format where possible.
* We use [ESLint](https://eslint.org/) to ensure a consistent code base
diff --git a/package-lock.json b/package-lock.json
index 3d3cdae3c..fbf8356cd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -134,7 +134,7 @@
"webpack-manifest-plugin": "^4.0.2"
},
"engines": {
- "node": ">=14.18"
+ "node": ">=16"
}
},
"node_modules/@babel/code-frame": {
diff --git a/package.json b/package.json
index 95187ec2b..5be5d7850 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
},
"version": "0.0.3",
"engines": {
- "node": ">=14.18"
+ "node": ">=16"
},
"main": "./app.js",
"esm": true,