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

Azure pipeline failure due to dependency on NodeJS version 6 #670

Closed
neildavisonwae opened this issue May 15, 2024 · 3 comments
Closed

Azure pipeline failure due to dependency on NodeJS version 6 #670

neildavisonwae opened this issue May 15, 2024 · 3 comments
Labels

Comments

@neildavisonwae
Copy link

Today we are seeing an error before the Azure pipeline runs (Microsoft-hosted, 'windows-latest'):

The pipeline is not valid. Job BuildAndTest: Step 'reportgenerator' references task 'reportgenerator' at version '5.3.0' contains an execution handler that relies on NodeJS version '6' which is restricted by your administrator.

I can't see a current workaround for this issue, is it possible to update the task to use a more recent version of NodeJS?

@danielpalme
Copy link
Owner

Will have a look in the evening.

@danielpalme
Copy link
Owner

I update the task definition to support Node 10, 16 and 20.
If you test again it should work without issues (may take 15-30 minutes until new version gets available in Azure DevOps).

@neildavisonwae
Copy link
Author

That's great, the pipeline is running fine now. Thanks very much for the quick fix!

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

No branches or pull requests

2 participants