Ready to post?
First, try searching for your answer.
Hi team
I am starting the upgrade from node18 → node22 for the actions runtime in auth0, however, I recall that we have to specify node18-actions
to upgrade to the recommended version.
Will the format be similar for node22? Should I continue to use node22-actions
or will node22
be fine?
Regards
Hi @hangchawin.tan, just wanted to let you know I also had this question. To test this out, I manually updated on of our test tenant custom actions to the new Node 22 runtime, and then locally exported the action’s configuration. It showed the updated runtime was set to "“runtime”: “node22”.
1 Like
Hello @lance.mattson
Welcome to the Auth0 Community and thank you for posting this.
Hi @lance.mattson and thanks for contributing on this. I have double checked on my end as well and you are correct. You can just specify "node-22"
to upgrade the "runtime"
when using the Update An Action method from the Management API.
Another viable option for updating Actions would be to locate it within the Auth0 Dashboard and press the Upgrade button from the Warning sign.
I hope this helped.
Best regards,
Remus
1 Like