Azure / actions-workflow-samples

Help developers to easily get started with GitHub Action workflows to deploy to Azure
https://github.com/Azure/actions
MIT License
447 stars 624 forks source link

How to use node 20.x? #159

Open 0m4r opened 5 months ago

0m4r commented 5 months ago

When I execute a GitHub action, I get this warning message, I am not sure how I can resolve it as the Node version 16x does not seem to be configurable to a different one.

I have set my variables to:

env:
  NODE_VERSION: "20.x"

but it does not look like it solves the issue.

image