From 7e1cbf7a027b3dc4a02001b611452ddbf8879ca7 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 11 Oct 2021 11:25:48 +0530 Subject: upgrade 'node-gyp' to '8.2.0' (#2053) --- .github/workflows/dependency-updates.yml | 2 +- .github/workflows/ferdi-builds.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index eafa6645e..4931989f1 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -59,7 +59,7 @@ jobs: - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp - npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 + npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 - name: Install node dependencies recursively run: npx lerna bootstrap diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index 062243659..0f15a3ec3 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -156,7 +156,7 @@ jobs: - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp - npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 + npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 - name: Install node dependencies recursively run: npx lerna bootstrap @@ -260,7 +260,7 @@ jobs: - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp - npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 + npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 - name: Install node dependencies recursively run: npx lerna bootstrap @@ -385,7 +385,7 @@ jobs: - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp - npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 + npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 shell: bash - name: Install node dependencies recursively -- cgit v1.2.3-54-g00ecf