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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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?

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