treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.17k stars 82 forks source link

Node.js 12 actions are deprecated #112

Closed kvedantmahajan closed 1 year ago

kvedantmahajan commented 1 year ago

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.

Screenshot 2022-10-20 at 2 47 23 PM
solidevolution commented 1 year ago

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.