aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-20 16:01:41 -0500
committerLibravatar GitHub <noreply@github.com>2022-04-20 21:01:41 +0000
commit210dfe6b91cc917641b8650266a6388134c27221 (patch)
tree90b19483baf2c5e3e9c20be7d6c3e7c04d6e65d2 /package.json
parentUpgrade GH Actions libs (diff)
downloadferdium-app-210dfe6b91cc917641b8650266a6388134c27221.tar.gz
ferdium-app-210dfe6b91cc917641b8650266a6388134c27221.tar.zst
ferdium-app-210dfe6b91cc917641b8650266a6388134c27221.zip
Upgrade 'node' to '18.0.0' and 'node-gyp' to '9.0.0' (#19)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4097e6a96..22690549a 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "16.14.2", 16 "node": "18.0.0",
17 "npm": "8.7.0" 17 "npm": "8.7.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
@@ -183,7 +183,7 @@
183 "jest": "^27.4.7", 183 "jest": "^27.4.7",
184 "kebab-case": "^1.0.1", 184 "kebab-case": "^1.0.1",
185 "mocha": "^9.1.3", 185 "mocha": "^9.1.3",
186 "node-gyp": "8.4.1", 186 "node-gyp": "9.0.0",
187 "prettier": "^2.4.1", 187 "prettier": "^2.4.1",
188 "preval-build-info": "^1.0.3", 188 "preval-build-info": "^1.0.3",
189 "rimraf": "^3.0.2", 189 "rimraf": "^3.0.2",