-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update renovate extension to support node version 6 #68
Comments
Hi there, |
Hi jycouet, i've created a pr for your review. Regards |
🙏 thx I'll try to upload it now |
🤔 not that easy... I get this when I try to build. TFS Cross Platform Command Line Interface v0.10.0
Copyright Microsoft Corporation
error: Error: EISDIR: illegal operation on a directory, read
ELIFECYCLE Command failed with exit code 255. (I'm on MAC now) You manage to build on your side? (You can send it maybe?) Are you interested to own the repo & package? :) |
hej, thanks for reaching out!. I'm a bit tied up at the moment and won't be able to test the code right now. I will keep this in my mind and will do my best to circle back at it later. Appreciate your understanding! |
Describe the bug
You task in the task.json in the execution property is only supporting node 6 by using "Node". You should only support "Node10" or "Node16".
To Reproduce
Run a pipeline with an agent which does not support node 6
Expected behavior
support node 10 or 16
Additional context
Microsoft is depricating node 6 and should support node 16 or at least node 10
The text was updated successfully, but these errors were encountered: