We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks our windows ci pipeline is breaking. (https://github.com/nodejs/node-addon-api/runs/5234233924?check_suite_focus=true, https://github.com/nodejs/node-addon-api/runs/5238788474?check_suite_focus=true). I think it has to do with windows-latest no longer pointing to windows-2019 but windows-2022 instead.
windows-latest
windows-2019
windows-2022
https://github.blog/changelog/2022-01-11-github-actions-jobs-running-on-windows-latest-are-now-running-on-windows-server-2022/
The text was updated successfully, but these errors were encountered:
Hi @JckXia, I think that the main problem is in node-gyp see: nodejs/node-gyp#2552 and when this issue will be resolved we could use the windows-latest or winrdows-2022. See: actions/runner-images#4856
node-gyp
winrdows-2022
Sorry, something went wrong.
@NickNaso Yep that looks it. I guess for now we could roll back to windows-2019 as a stop gap?
I agree with you and I already approved your PR #1132
Awesome. Thanks @NickNaso !
No branches or pull requests
It looks our windows ci pipeline is breaking. (https://github.com/nodejs/node-addon-api/runs/5234233924?check_suite_focus=true, https://github.com/nodejs/node-addon-api/runs/5238788474?check_suite_focus=true). I think it has to do with
windows-latest
no longer pointing towindows-2019
butwindows-2022
instead.https://github.blog/changelog/2022-01-11-github-actions-jobs-running-on-windows-latest-are-now-running-on-windows-server-2022/
The text was updated successfully, but these errors were encountered: