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

api-eol-node-test (8) constant failure #4029

Closed
legendecas opened this issue Jul 31, 2023 · 1 comment · Fixed by #4030
Closed

api-eol-node-test (8) constant failure #4029

legendecas opened this issue Jul 31, 2023 · 1 comment · Fixed by #4030
Labels
bug Something isn't working

Comments

@legendecas
Copy link
Member

Example output:

The issue is that istanbul-lib-report version v3.0.1 (https://www.npmjs.com/package/istanbul-lib-report?activeTab=versions) published 6 days ago upgraded dependency make-dir from ^3.0.0 to v4.0.0. v4.0.0 of makedir used a syntax (Optional catch binding) which is supported since Node.js v10.0.0. So the api-eol-node-test starts to fail at Node.js v8.

Relevant issue: istanbuljs/istanbuljs#725

@legendecas legendecas added the bug Something isn't working label Jul 31, 2023
@legendecas
Copy link
Member Author

Notably, the package istanbul-lib-report has declared engine support as node >= v10.0.0. But nyc declares it support node >= 8.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant