Blog Post

Azure Integration Services Blog
1 MIN READ

Logic Apps (Standard): Upgrade to Node 18 LTS by September 11, 2023

alexzuniga's avatar
alexzuniga
Former Employee
Aug 03, 2023

With Node 16 LTS support ending, all applications hosted on Azure Logic Apps will no longer be supported and should be upgraded to Node 18 LTS by 11 September 2023. 

 

What’s happening? 

By August 15, 2023, support for Node 14 and 16 will be discontinued and users who try to utilize either will render an error whenever a new deployment is created. We will officially end support for 14 and 16 on September 11, 2023.  

 

Recommended action 

To minimize downtime, and potential security vulnerabilities, upgrade to Node version 18.  

  1. Navigate into the settings for your logic app 
  1. Click on Configuration 
  1. Click on WEBSITE_NODE_DEFAULT_VERSION setting and change the value to be ~18 

All Logic App instances created after September 11 will automatically utilize ~18. 

 

More information 

If you have questions, get answers from community experts in Microsoft Q&A. If you have a support plan and you need technical help, create a support request. 

Updated Aug 03, 2023
Version 2.0

2 Comments

  • KritikaSingh's avatar
    KritikaSingh
    Copper Contributor

    Hi fredrikastrom : Have you tested the inline code after changing to node version 18. If, yes can you please share error.

     

    Thanks & Regards,

    Kritika Singh

  • fredrikastrom's avatar
    fredrikastrom
    Copper Contributor

    What will happen with the https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-add-run-inline-code connector that clearly depends on Node version 16.x? I would expect it to either be explicitly discontinued or updated to work with Node v 18?