apache / apisix

The Cloud-Native API Gateway
https://apisix.apache.org/blog/
Apache License 2.0
14.54k stars 2.52k forks source link

help request: Nodejs16 support has ended #10860

Open zll600 opened 10 months ago

zll600 commented 10 months ago

Description

I found some script still use nodejs which has ended. I think maybe we should upgrade to a newer lts version.

https://github.com/apache/apisix/blob/59d81fe0ab52fd310f2a267e4ca3c7f46a682a7e/ci/common.sh#L95

refer: https://nodejs.org/en/blog/announcements/nodejs16-eol

Environment

shreemaan-abhishek commented 10 months ago

@zll600 would you like to take this up?

shreemaan-abhishek commented 10 months ago

IMHO, the CI should not be affected by EOL. 🤔

zll600 commented 10 months ago

@zll600 would you like to take this up?

OK, please assign to me. Because I think CI should simulate the production environment as much as possible. This will make apisix more reliable.