Replies: 1 comment 1 reply
-
Hi, thanks for your question. Have you tried setting your node engine to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project has following configured:
"engines": { "node": "^18.0.0" },
but i still get ignored incompatible updates like:
eslint ^8.57.0 → ^9.18.0 reason: requires node ^18.18.0 || ^20.9.0 || >=21.1.0
Shoudn't eslint version 9.18 be allowed? what am i missing?
Beta Was this translation helpful? Give feedback.
All reactions