Codefresh CLI: log following breaks after node version bump

After a node version bump in the CLI's Dockerfile to v12.22.11, codefresh log following broke for pipelines run via the codefresh-pipeline-runner GitHub Action with: Your node version (v12.22.11) is not compatible with supported node version (<=10.x >=8.x) for this command. The CLI's log helper hard-checked the node version range and the new bundled version fell outside it.

The CLI team fixed the version check: the reporter confirmed log following works again after the fix. Update the codefresh CLI to the latest release if you hit the node-version compatibility error when tailing pipeline-runner logs.

Source: https://github.com/codefresh-io/cli/issues/735

Source: https://github.com/codefresh-io/cli/issues/735