Description of the issue
Got warnings when running Azure DevOps pipelines using the PSRule Azure DevOps extension
##[warning]Task 'Install PSRule module' version 2 (ps-rule-install@2) is dependent on a Node version (16) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Error messages
##[warning]Task 'Install PSRule module' version 2 (ps-rule-install@2) is dependent on a Node version (16) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Reproduction
- task: ps-rule-install@2
displayName: Install PSRule Azure
inputs:
module: PSRule.Rules.Azure
latest: true
prerelease: false
- task: ps-rule-install@2
displayName: Install PSRule Monitor
inputs:
module: PSRule.Monitor
latest: true
prerelease: false
Version of PSRule
2.9.0
How are you running PSRule
Azure DevOps
Additional context
No response
Description of the issue
Got warnings when running Azure DevOps pipelines using the PSRule Azure DevOps extension
##[warning]Task 'Install PSRule module' version 2 (ps-rule-install@2) is dependent on a Node version (16) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Error messages
##[warning]Task 'Install PSRule module' version 2 (ps-rule-install@2) is dependent on a Node version (16) that is end-of-life. Contact the extension owner for an updated version of the task. Task maintainers should review Node upgrade guidance: https://aka.ms/node-runner-guidance
Reproduction
Version of PSRule
2.9.0
How are you running PSRule
Azure DevOps
Additional context
No response