Below is how annotation looks when the action runs successfully. However, it only shows warnings and no significant output on workflow section or annotation itself. By workflow section I mean similar to the section as Artifacts.
Expectation is to have output which matches as mentioned on Node.js 12 actions are deprecated
Plus, could you let me know if there is a way we can post this result on a PR and prevent merging it if failed.
I updated my GitHub workflow file to actions/checkout@v3, actions/setup-node@v3 with pinned version 16 and treosh/lighthouse-ci-action@v9 to remove the warnings.
Below is how annotation looks when the action runs successfully. However, it only shows warnings and no significant output on workflow section or annotation itself. By workflow section I mean similar to the section as Artifacts.
Expectation is to have output which matches as mentioned on Node.js 12 actions are deprecated
Plus, could you let me know if there is a way we can post this result on a PR and prevent merging it if failed.