Currently affecting several PRs e.g. #1894, #1975, and #1977
Airnode completes the CI build step fine (and builds locally as well), suggesting the issue is specific to the CI step: Build all the Docker containers and push them to Docker Hub
#5 19.50 error @typescript-eslint/utils@7.3.1: The engine "node" is incompatible with this module. Expected version "^18.18.0 || >=20.0.0". Got "18.14.0"
#5 19.51 error Found incompatible module.
Our yarn.lock file has this package version only as high as v6.21, so will investigate where this v7.3.1 package version is coming from
Currently affecting several PRs e.g. #1894, #1975, and #1977
Airnode completes the CI build step fine (and builds locally as well), suggesting the issue is specific to the CI step:
Build all the Docker containers and push them to Docker Hub
The error across all PRs (example here):
Our
yarn.lock
file has this package version only as high as v6.21, so will investigate where this v7.3.1 package version is coming from