john.reasor@aaon.com
Posts: 2
Joined: Tue Aug 09, 2022 2:29 pm

##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is dependent on a Node version (10) that is e

I am seeing this on every pipeline build.

##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is ##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is dependent on a Node version (10) that is end-of-life.
Catalin
Posts: 7504
Joined: Wed Jun 13, 2018 7:49 am

Re: ##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is dependent on a Node version (10) that

Hello John,

This is currently under investigation on our side.

In the meantime, can you confirm that this "warning" does not affect your pipelines in any significant way? For instance, despite the warning, is the setup package built as expected?

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
will.ellis
Posts: 9
Joined: Tue May 08, 2012 5:14 pm

Re: ##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is dependent on a Node version (10) that

Is there any update on this? It happens for AdvancedInstallerTool@1 too.
Catalin
Posts: 7504
Joined: Wed Jun 13, 2018 7:49 am

Re: ##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is dependent on a Node version (10) that

Hello Will,

Apologies for the quite delayed reply on this!

I'm afraid not, as we can not quite reproduce this on our end.

It is indeed true that our task:

https://github.com/Caphyon/advinst-vsts ... ckage.json

requires a version of Node.js:
"@types/node": "20.12.12",
Can you try to manually install Node.js on your local build server machine where the self-hosted build agent runs? And see if this makes any difference?

Just try to follow the install steps exposed here:

https://learn.microsoft.com/en-us/windo ... on-windows

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
SimLoe
Posts: 67
Joined: Thu Mar 12, 2020 11:37 am

Re: ##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is dependent on a Node version (10) that

We had the same issue and found a solution, by simply changing the task version from 2 to 3 in the settings of the Advanced Installer Build Action in devops...
Catalin
Posts: 7504
Joined: Wed Jun 13, 2018 7:49 am

Re: ##[warning]Task 'Advanced Installer Build' version 2 (AdvancedInstaller@2) is dependent on a Node version (10) that

Hello Simon,

Thank you for your followup on this and for sharing your solution with us!

I am sure this will be of help for further users facing a similar scenario.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”