From 0188f10a7bfe5f43cbc617541f4d956674094c87 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 6 Jun 2024 20:21:39 -0400 Subject: [PATCH] chore: remove node-gyp global install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ea67f2b..15bbfd60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: node-version: ${{ matrix.node }} check-latest: true - name: Install Dependencies - run: yarn global add node-gyp && yarn install --frozen-lockfile + run: yarn install --frozen-lockfile - name: Build Test Binary run: yarn build-test-binary - name: Build