Closed dpogue closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.40%. Comparing base (
3d7f736
) to head (52b849a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Platforms affected
None
Motivation and Context
Resolves some deprecations warnings printed to the console in Node 22.
Description
fs.Stats
constructor is deprecated in Node 22 and prints a warning to the console, so we want to find a way to avoid hitting thattmp
npm module to handle this betterTesting
Ran unit tests locally on Node 22.
Checklist