Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
When using the actions currently, these warnings appear all the time:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/powerplatform-actions/actions-install@v1, microsoft/powerplatform-actions/pack-solution@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
When using the actions currently, these warnings appear all the time:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/powerplatform-actions/actions-install@v1, microsoft/powerplatform-actions/pack-solution@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Thanks