You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Node.js 16 is now end-of-life it should no longer be used.
The previous update to parts of the workflow moving it to Node.js 20 / 22 was initiated by Renovate without regard to using a consistent version of Node.js throughout the workflow.
Issue description
The CircleCI workflow .circleci/config.yml is using a mixture of Node.js
16
,20
and22
environments to test. See CircleCI pipeline.Since Node.js
16
is now end-of-life it should no longer be used.The previous update to parts of the workflow moving it to Node.js
20
/22
was initiated by Renovate without regard to using a consistent version of Node.js throughout the workflow.Currently used versions
code-coverage/.circleci/config.yml
Lines 11 to 12 in f8f427f
code-coverage/.circleci/config.yml
Lines 43 to 44 in 62bfef2
code-coverage/.circleci/config.yml
Lines 89 to 90 in 62bfef2
Suggestion
The CircleCI workflow .circleci/config.yml should use consistent versions of Node.js throughout.
The text was updated successfully, but these errors were encountered: