From d363cc734063f591f4eee79ee8160ab4bcfd0bce Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Fri, 22 Sep 2023 22:35:12 -0700 Subject: [PATCH] Try reinstalling `node-gyp` for current NodeJS Version --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18282eb378..cac44234c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,9 @@ jobs: if: ${{ runner.os == 'Windows' }} run: (Get-Content package.json) -replace '[0-9]*-dev', (date -u +%Y%m%d%H) | Set-Content -Path package.json + - name: Reinstall Current Node-GYP NodeJS Headers + run: npx node-gyp install ${{ env.NODE_VERSION }} + - name: Install Pulsar Dependencies uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd with: