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
The better-sqlite3 version we use depends upon an old version node-gyp that is incompatible with VisualStudio 2022 (which is used in windows-latest in CI). See issue nodejs/node-gyp#2520 for details.
As a quick fix, we pinned the GH actions to windows-2019 in the packaging workflow, but need to fix this before the next release!
The text was updated successfully, but these errors were encountered:
The better-sqlite3 version we use depends upon an old version node-gyp that is incompatible with VisualStudio 2022 (which is used in
windows-latest
in CI). See issue nodejs/node-gyp#2520 for details.As a quick fix, we pinned the GH actions to
windows-2019
in the packaging workflow, but need to fix this before the next release!The text was updated successfully, but these errors were encountered: