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

Fix new jest version requiring use latest node version #81

Open
wants to merge 1 commit into
base: dependabot/npm_and_yarn/babel-jest-29.4.3
Choose a base branch
from

Conversation

janjitsu
Copy link

Updates node version used by CI will fix the following error

yarn install v1.22.19                                                                                                                                                                                                                                                             
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...                                                                                                                                                                                                                                                       
[2/4] Fetching packages...                                                                                                                                                                                                                                                        
error babel-jest@29.4.3: The engine "node" is incompatible with this module. Expected version "^14.15.0 || ^16.10.0 || >=18.0.0". Got "17.3.0"                                                                                                                                    
error Found incompatible module.                                                                                                                                                                                                                                                  
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.     

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 this pull request may close these issues.

None yet

1 participant