From bd2d2d445f1c3c3bd0ef0fbe094c9377517f45ab Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 26 Jul 2021 09:49:32 +0530 Subject: Missed removing of custom npm config setter for node-gyp. [skip ci] --- .github/workflows/dependency-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 24f02bdc5..460256e6a 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.1.0 && npm config set node_gyp "$(which node-gyp)" + npm i -g node-gyp@8.1.0 - name: Install node dependencies recursively run: npx lerna bootstrap - name: Update submodules -- cgit v1.2.3-54-g00ecf