aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 20:04:11 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-23 20:05:27 -0500
commit206b0d3ed2638da892c92e8d3b3227a6b2003dd0 (patch)
tree9af4bf1b2391c676e5fd8ab3eac881411d121b92 /package.json
parentfix more paths for cleaning in the Windows script [skip ci] (diff)
downloadferdium-app-206b0d3ed2638da892c92e8d3b3227a6b2003dd0.tar.gz
ferdium-app-206b0d3ed2638da892c92e8d3b3227a6b2003dd0.tar.zst
ferdium-app-206b0d3ed2638da892c92e8d3b3227a6b2003dd0.zip
Downgraded 'node' to '16.14.2' so that the 'pnpm' conversion can happen smoothly
This also gets us back to the LTS version of 'node'
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f654d9124..49d66f1c9 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": "18.0.0", 16 "node": "16.14.2",
17 "npm": "8.7.0" 17 "npm": "8.7.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,