diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1585dfede..42637e93e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -28,6 +28,8 @@ jobs: with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' + - name: node-gyp install + run: yarn global add node-gyp - name: yarn install run: yarn install - name: run unittest