Skip to content
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

Legacy NodeJS definition. #78

Open
Evs91 opened this issue Sep 13, 2024 · 2 comments
Open

Legacy NodeJS definition. #78

Evs91 opened this issue Sep 13, 2024 · 2 comments

Comments

@Evs91
Copy link

Evs91 commented Sep 13, 2024

Error in ADO Pipeline:
'DelineaSS' references task 'DelineaSS' at version '0.0.8' contains an execution handler that relies on NodeJS version '6' which is restricted by your administrator.
Seems that the package is not exactly up to ADO publishing standards for those who are not able to run legacy versions of NodeJS. I saw that there is some ability to define different execution based on node version in the "task.json" file by updating the execution value to:

"execution": { "Node10": { "target": "main.js", "argumentFormat": "" }, "Node16": { "target": "main.js", "argumentFormat": "" }, "Node20_1": { "target": "main.js", "argumentFormat": "" } }
(InfoSec would rather us not use old versions of node).

@dbloch3643
Copy link

Yes please update the Node version

@dbloch3643
Copy link

Agreed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants