aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-26 04:04:27 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-26 09:34:27 +0530
commit2993efc83e7f557a9c36e7915a54c62c5f90296e (patch)
tree4eab395bfdd230cccf53bf6ec376df8a6114c104 /package.json
parentUpdated CHANGELOG.md with old change logs (diff)
downloadferdium-app-2993efc83e7f557a9c36e7915a54c62c5f90296e.tar.gz
ferdium-app-2993efc83e7f557a9c36e7915a54c62c5f90296e.tar.zst
ferdium-app-2993efc83e7f557a9c36e7915a54c62c5f90296e.zip
Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and linux) (#1690)
Upgraded node-gyp to '8.1.0' (since this was a pre-requisite for it to work on windows os)
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 58108204c..3dfb750c7 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
13 "engines": { 13 "engines": {
14 "node": "^14.17", 14 "node": "^14.17",
15 "npm": "^6.14", 15 "npm": "^6.14",
16 "node-gyp": "^8.0" 16 "node-gyp": "^8.1"
17 }, 17 },
18 "engine-strict": true, 18 "engine-strict": true,
19 "scripts": { 19 "scripts": {