You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1565
- now `node-gyp` has been updated to 8.x, we should now support building
on Visual Studio 22
- this was the blocker from using `windows-latest`, so we can now update
to that
closes#1565
- now `node-gyp` has been updated to 8.x, we should now support building
on Visual Studio 22
- this was the blocker from using `windows-latest`, so we can now update
to that
I had to use
windows-2019
for CI because the version ofnode-gyp
we use doesn't support VS 2022.node-gyp
8.4.0 does support it: nodejs/node-gyp@5a00387Once we've bumped the
node-gyp
version, we should be good to switch towindows-latest
The text was updated successfully, but these errors were encountered: