Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dcroote opened this issue Mar 26, 2024 · 0 comments · Fixed by #1979
Closed

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

dcroote opened this issue Mar 26, 2024 · 0 comments · Fixed by #1979

Comments

@dcroote
Copy link
Contributor

dcroote commented Mar 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant