Skip to content

Commit

Permalink
upgrade setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jul 25, 2022
1 parent 930359b commit 8a3113e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Expand Up @@ -16,16 +16,10 @@ jobs:
os: [ ubuntu-latest, windows-latest, macOS-latest ]

steps:
- name: 'Windows: Add msbuild to PATH'
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v1
with:
vs-version: '[16.4,16.5]'

- name: 'Windows: Set MSVS Version'
if: matrix.os == 'windows-latest'
run: |
npm config set msvs_version 2017
npm config set msvs_version 2022
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.3
Expand Down

0 comments on commit 8a3113e

Please sign in to comment.