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) --- .github/workflows/dependency-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/dependency-updates.yml') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index cb40dc27c..24f02bdc5 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -48,7 +48,7 @@ jobs: - name: Uninstall locally and reinstall node-gyp globally run: | npm uninstall node-gyp - npm i -g node-gyp@8.0.0 && npm config set node_gyp "$(which node-gyp)" + npm i -g node-gyp@8.1.0 && npm config set node_gyp "$(which node-gyp)" - name: Install node dependencies recursively run: npx lerna bootstrap - name: Update submodules -- cgit v1.2.3-70-g09d2