Skip to content

Commit

Permalink
fix: remove msvs_version setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Aug 20, 2024
1 parent 09957e3 commit b45727e
Show file tree
Hide file tree
Showing 4 changed files with 2,408 additions and 3,418 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
build:
strategy:
matrix:
node: [22.x]
os: ['windows-latest']
node: [18.x, 20.x, 22.x]
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
exclude:
- os: windows-latest
node: 22.x
env:
TITLE: ${{ github.event.pull_request.title }}

Expand All @@ -28,18 +31,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Choco help
uses: crazy-max/ghaction-chocolatey@v3
with:
args: -h
- run: choco install visualstudio2019-workload-vctools -y

- run: echo "; msvs_version=2022" >> ~/.npmrc
- 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"
- name: Install Dependencies
run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13
20.16
Loading

0 comments on commit b45727e

Please sign in to comment.