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.