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

Add promise support for missing fs methods #1045

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Conversation

RyanZim
Copy link
Collaborator

@RyanZim RyanZim commented Jan 10, 2025

Fixes #1044

Somehow, I added a comment about fs.cp but never added it to the list 🤷‍♂️

@RyanZim
Copy link
Collaborator Author

RyanZim commented Jan 10, 2025

CI is failing because macos-latest now runs on arm64, but old Node versions only support x64 arch

@RyanZim RyanZim force-pushed the ryan/missing-fs-methods branch from ed11fe2 to 58c8d91 Compare January 10, 2025 20:30
@RyanZim
Copy link
Collaborator Author

RyanZim commented Jan 10, 2025

Temporarily fixed the macOS version to work around this

@JPeer264
Copy link
Collaborator

CI is failing because macos-latest now runs on arm64, but old Node versions only support x64 arch

For that it would make sense to drop the support for 14.x and 16.x, and start supporting newer versions, at least in GitHub Actions. WDYT?

@RyanZim
Copy link
Collaborator Author

RyanZim commented Jan 14, 2025

Yeah, we should drop old Node versions, but that'd be a separate breaking change, and I'd like to do some thinking about other breaking changes we should include in the major release.

@RyanZim RyanZim merged commit e75b9bf into master Jan 14, 2025
12 checks passed
@RyanZim RyanZim deleted the ryan/missing-fs-methods branch January 14, 2025 16:52
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.

Support for statfs() and other newer fs functions in more recent versions of node.js
2 participants