Actions
Bug #36285
closedUse Node 14 for katello CI
Difficulty:
Triaged:
Yes
Description
Use Node 14 for katello CI.
We are seeing the below errors on CI:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @commitlint/load@>6.1.1 (node_modules/cz-conventional-changelog/node_modules/@commitlint/load): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported engine for @commitlint/load@17.5.0: wanted: {"node":">=v14"} (current: {"node":"12.22.12","npm":"6.14.16"}) npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Not compatible with your version of node/npm: @commitlint/load@17.5.0 npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for sass@1.61.0: wanted: {"node":">=14.0.0"} (current: {"node":"12.22.12","npm":"6.14.16"}) npm ERR! notsup Not compatible with your version of node/npm: sass@1.61.0 npm ERR! notsup Not compatible with your version of node/npm: sass@1.61.0 npm ERR! notsup Required: {"node":">=14.0.0"} npm ERR! notsup Actual: {"npm":"6.14.16","node":"12.22.12"}
Actions