diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index 149fc9e7..1d471984 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -29,10 +29,12 @@ jobs: node-version: ${{ matrix.node }} - run: npm config get msvs_version + - run: npm config set msvs_version 2019 --global + - run: npm config get msvs_version - - run: powershell "npm i -g windows-build-tools" + # - run: powershell "npm i -g windows-build-tools" - name: Install Dependencies - run: powershell "npm ci" + run: npm ci - name: Lint the code run: npm run lint