-
Notifications
You must be signed in to change notification settings - Fork 198
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
V3 using node.js 16 upgrade to node.js 20 seeing 16 is deprecated #392
Comments
ACK on the need to move to NODE:20. This is in our scope, will keep the forum updated. |
i am also running into this today, do we have an ETA or hotfix/workaround or release? or perhaps a different gh action till this is sorted? |
It is hard to believe that there is this little interest in this issue. What do other people use to deploy web apps in Azure?? |
No idea. the most problematic issue is that it really only requires to update the node version in the action.yml from: to: |
This needs to be done also for v2. Another reference #372 |
GitHub Actions; All Actions will run on Node20 instead of Node16 by default
|
@surenderssm @KumarAksh please note the above. |
Duplicate of: #372 |
I´m using v3 and result this warning Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/webapps-deploy@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. |
Is there any update on this thread? I am having the same issue as leandromsft. I changed azure/webapps-deploy@v2 to azure/webapps-deploy@v3 in my yml file, but it shows the same warning |
i got around this issue by creating my own runner and setting it up to accept node 16 rather then node 20
|
Submitted a Azure support request regarding this, we'll see if that helps. |
This issue has been fixed for webapps_deploy@v2 and webapps_deploy@v3. I apologise for the delay. FYI - @MV-PDM , @michealmueller , @RudiSzalai , @danielz-nenda , @peter5000 , @leandromsft , @martincostello , @Piedone , @VaclavElias , @DThorpFF , @jlaundry |
Great! Shouldn't then this issue and #372 be closed? |
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/webapps-deploy@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Does not take a node.js version either
The text was updated successfully, but these errors were encountered: