Brief Description
The deploy action uses Azure/appservice-settings@v1.1.1 which was for Node 12, and is being forced to run on Node 20.
It also uses the set-output command which is a deprecated GH feature that is due to be removed soon: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
To see full details, look at the logs from a previous Github actions run, e.g.:
https://github.com/IATI/validator-services/actions/runs/11727450796
Brief Description
The
deployaction usesAzure/appservice-settings@v1.1.1which was for Node 12, and is being forced to run on Node 20.It also uses the
set-outputcommand which is a deprecated GH feature that is due to be removed soon: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/To see full details, look at the logs from a previous Github actions run, e.g.:
https://github.com/IATI/validator-services/actions/runs/11727450796