aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/.nvmrc b/.nvmrc
index 6b17d22..c6244cd 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
14.16.1 14.17.3
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d276763..440cc19 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -47,7 +47,7 @@ Currently, these are the combinations of system dependencies that work on an int
47 47
48```bash 48```bash
49node -v 49node -v
50v14.16.1 50v14.17.3
51npm -v 51npm -v
526.14.12 526.14.12
53node-gyp -v 53node-gyp -v
diff --git a/package.json b/package.json
index 6fc32a1..6673fb9 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "description": "Ferdi server to replace the default Franz server.", 5 "description": "Ferdi server to replace the default Franz server.",
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "^14.16", 8 "node": "^14.17",
9 "npm": "^6.14", 9 "npm": "^6.14",
10 "node-gyp": "^8.0" 10 "node-gyp": "^8.0"
11 }, 11 },