api3dao / airnode

Airnode monorepo
https://docs.api3.org/
MIT License
160 stars 66 forks source link

Failing docker image build step - typescript-eslint/utils v7.3.1 #1978

Closed dcroote closed 3 months ago

dcroote commented 3 months ago

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):

#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