From 2993efc83e7f557a9c36e7915a54c62c5f90296e Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Mon, 26 Jul 2021 04:04:27 +0000 Subject: 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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 58108204c..3dfb750c7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "engines": { "node": "^14.17", "npm": "^6.14", - "node-gyp": "^8.0" + "node-gyp": "^8.1" }, "engine-strict": true, "scripts": { -- cgit v1.2.3-54-g00ecf