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

Suggesting to use node 12 as default #9098

Merged
merged 3 commits into from Oct 26, 2019

Conversation

sairus2k
Copy link
Contributor

Summary

Now in CONTRIBUTING.md, it is recommended to use node 10.x for development because of this bug #8490. Since that bug was fixed and node 12 became LTS, I suggest switching to node 12 as a recommendation for contributing and linting.

What this PR does:

  1. Fix lint errors in node 12
  2. Update CircleCI config to use node 12 for linting
  3. Update contributing documentation

close #9015

Test plan

Green CI

@thymikee
Copy link
Collaborator

That's aligned with #9088. Let's wait till it's merged :) cc @SimenB

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm down with this as we really should be green for people on the latest lts 👍

@SimenB SimenB merged commit 3ceacec into jestjs:master Oct 26, 2019
@sairus2k sairus2k deleted the fix-lint-error-node branch October 26, 2019 07:22
@codecov-io
Copy link

Codecov Report

Merging #9098 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #9098   +/-   ##
=======================================
  Coverage   64.69%   64.69%           
=======================================
  Files         277      277           
  Lines       11701    11701           
  Branches     2874     2873    -1     
=======================================
  Hits         7570     7570           
  Misses       3514     3514           
  Partials      617      617
Impacted Files Coverage Δ
...kages/jest-worker/src/workers/NodeThreadsWorker.ts 90.27% <ø> (ø) ⬆️
packages/jest-worker/src/workers/threadChild.ts 84.31% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7c17a2...3619809. Read the comment docs.

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"yarn test" in master branch fails on new installation
5 participants