Skip to content

Commit

Permalink
fix: set msvs_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Aug 15, 2024
1 parent 851c8a0 commit 5f88b5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f88b5f

Please sign in to comment.