We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf25fd commit 49a897aCopy full SHA for 49a897a
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
node-version: ${{ matrix.node-version }}
46
- name: Set Windows environment
47
if: matrix.os == 'windows-latest'
48
- uses: microsoft/setup-msbuild@v1.3.3
+ uses: microsoft/setup-msbuild@v2.0.0
49
with:
50
vs-version: ${{ matrix.vs-version }}
51
- name: Install dependencies
0 commit comments