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

Drop support for Node 4, 6, 7, and 9 #115

Merged
merged 5 commits into from
Dec 5, 2019

Conversation

SparshithNR
Copy link
Contributor

  1. only LTS node is supported.
  2. Node 8, 10, 12 is added

1. only LTS node is supported.
2. Node 8, 10, 12 is added
@rwjblue rwjblue changed the title Drop node 4, 6, 7 support. Add 10, 12 Drop Node 4, 6, 7, and 9 support Nov 15, 2019
@rwjblue rwjblue changed the title Drop Node 4, 6, 7, and 9 support Drop support for Node 4, 6, 7, and 9 Nov 15, 2019
@rwjblue
Copy link
Member

rwjblue commented Nov 15, 2019

Looks like we have some failing tests under Node 10/12, mind taking a look?

@SparshithNR
Copy link
Contributor Author

@rwjblue Tests are breaking because of a bug in windows implementation of checking if symlink exists or not. I created an issue in the nodeJS project.
nodejs/node#30538 (comment)

Use fs.removeSync to remove folders
@SparshithNR
Copy link
Contributor Author

Fixed the issue by adding a function that will do fs.accessSync and fs.statSync to decide symlink is not broken.

tests/index.js Show resolved Hide resolved
@stefanpenner
Copy link
Contributor

working on this now.

@stefanpenner stefanpenner merged commit f46e353 into broccolijs:master Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants