Skip to content

Commit

Permalink
Add VS 2022 to supported versions (#142667)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJRcop committed Feb 10, 2022
1 parent 27db180 commit 4987535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/npm/preinstall.js
Expand Up @@ -53,7 +53,7 @@ function hasSupportedVisualStudioVersion() {
const path = require('path');
// Translated over from
// https://source.chromium.org/chromium/chromium/src/+/master:build/vs_toolchain.py;l=140-175
const supportedVersions = ['2019', '2017'];
const supportedVersions = ['2022', '2019', '2017'];

const availableVersions = [];
for (const version of supportedVersions) {
Expand Down

0 comments on commit 4987535

Please sign in to comment.