## What this fixes
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 fix
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
## Why it happens
The thread above nails the cause, so the fix addresses that directly rather than symptoms. Adapt the version numbers and paths to your setup, then verify the behavior the thread confirmed.
## Source
https://github.com/codefresh-io/cli/issues/735