Skip to content

Commit 701e0d4

Browse files
committed
chore: Setup MSBuild for Windows builds (required for Node.js 24)
1 parent 4ad7007 commit 701e0d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
node-version: ${{ matrix.node }}
3030
cache: "npm"
3131

32+
- uses: microsoft/setup-msbuild@v2
33+
if: ${{ matrix.runner == "windows" }}
34+
name: Setup MSBuild
35+
with:
36+
vs-version: 17 # VS2022
37+
3238
- name: Install npm@10
3339
run: npm install -g npm@10
3440

0 commit comments

Comments
 (0)