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.
