We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca5988 commit 31e124cCopy full SHA for 31e124c
.github/workflows/bindings-nodejs-publish.yml
@@ -61,7 +61,7 @@ jobs:
61
# The GitHub hosted Windows 2022 image comes with Visual Studio 2022, but node-gyp
62
# (which is used by neon-sys) sadly fails to recognize it. As a mitigation, we still run the
63
# tests on Windows 2019, until we can figure out a way to fix the problem.
64
- os: [ubuntu-20.04, macos-13, windows-2019]
+ os: [ubuntu-22.04, macos-13, windows-2019]
65
node-version: ["18.x"]
66
67
steps:
0 commit comments