diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df29bd6..4a8823a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: node-version: ${{ matrix.node-version }} architecture: 'x64' cache: yarn + - name: node-gyp v10 + run: npm install -g node-gyp@10.1.0 - name: Install run: yarn --frozen-lockfile - name: Lint