node-rdkafka
node-rdkafka copied to clipboard
add github action
Since the trvais ci is not free now, and the test on travis is all been skiped. I rewrite the CI use github action.
It 's import to merge this request , since the tests is not tirggered when new code was merge to master.
Node.js 8 seems to fail…. https://github.com/yunnysunny/node-rdkafka/actions
Node.js 8 seems to fail…. https://github.com/yunnysunny/node-rdkafka/actions
Need to update node-gyp to a correct version on Node 8. I will try the 6.x version.
Awesome!! Extra credit? Node.js 18 on Windows 22
Awesome!! Extra credit? Node.js 18 on Windows 22
Node-gyp does not work on Windows 2022, https://github.com/yunnysunny/node-rdkafka/runs/7162913449?check_suite_focus=true . When I run update command on Windows 2022, it failed https://github.com/yunnysunny/node-rdkafka/runs/7162957526?check_suite_focus=true
We can consider merging the request of https://github.com/nodejs/node-gyp/pull/2684 to see the error detail of executing powershell script. @cclauss
This was partly done in #978 and I added Windows & Mac to the matrix in #998. I think this can be closed now?