From 2db528fc822a4984a58f5cde0f25aaf6305ddd3b Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 17 Apr 2022 19:20:52 -0500 Subject: Remove explicit installation of 'node-gyp' for windows builds (checking if this passes in CI) --- .github/workflows/builds.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index fa078924d..6a2cef44d 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -309,8 +309,6 @@ jobs: uses: pnpm/action-setup@v2.0.1 with: version: 6.24.1 - - name: Install node-gyp - run: npm install -g node-gyp@8.4.1 - name: Install node dependencies uses: nick-invision/retry@v2.4.0 with: -- cgit v1.2.3-54-g00ecf