From 09957e313b95c9d9a031cced05778ce9e79cbd49 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Thu, 15 Aug 2024 19:19:30 +0200 Subject: [PATCH] fix: add choco --- .github/workflows/pull_request_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index fa21d006..b7f0b758 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -34,7 +34,7 @@ jobs: args: -h - run: choco install visualstudio2019-workload-vctools -y - - run: echo "; msvs_version=2019" >> ~/.npmrc + - 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