-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Support NodeJS 16 (latest LTS) #557
Comments
This depends on adobe/aio-cli#324. |
I've added node 16 to the build matrix (and had to adjust some dev dependencies) both for this project and @adobe/aio-lib-cloudmanager. But leaving this issue open for "real" support dependent upon aio-cli. |
@justinedelson aio-cli supports node 14/16/18! What's the support for the cloud-manager plugin? |
@patrickheinzelmann I no longer work at Adobe. I wouldn’t anticipate any issues on newer versions of node but am not in a position to update the CI matrix or even remove the blocked label from this issue. I would suggest opening a support case. |
I opened the ticket E-000955176 about this. It is really unfortunate that regular open source workflows (leveraging GH issues and providing PRs) do no longer seem to work for this and some other Adobe projects... |
Ticket resulted in the following answer:
Adobe support seems to regret going open source for this plugin and aio cli in general. But as neither opening issues here nor opening support requests at Adobe seems to have any effect there seems to be kind of a limbo of this tool which is really sad. |
Build with Node.js 18 as well This closes adobe#557
According to https://github.com/adobe/aio-cli-plugin-cloudmanager#requirements only Node 12 and 14 is supported. Since October Node 16 is the current LTS version though which should be supported (https://nodejs.org/en/about/releases/).
The text was updated successfully, but these errors were encountered: