Skip to content

Conversation

@FenPWysocki
Copy link

Changes

  • CI: Use Node 24 (Active LTS) in test workflow and release workflow.
  • Actions: Upgrade actions/checkout and actions/setup-node to v6 in test and action.yml.
  • GitHub Script: Upgrade to v8 in action.yml.
  • Dev types: Update @types/[email protected] and [email protected] in package-lock.json.

Checklist

@FenPWysocki FenPWysocki requested a review from a team as a code owner December 18, 2025 10:34
@FenPWysocki
Copy link
Author

Removed -r esm flag - The script uses CommonJS, so the ESM loader wasn't needed and was causing conflicts.

Added pathToFileURL - This is the correct Node.js built-in method to convert file system paths to proper URLs, which is required for dynamic import() on Windows.

@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.52%. Comparing base (e89a37d) to head (93d3810).
⚠️ Report is 56 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2708      +/-   ##
==========================================
+ Coverage   42.54%   43.52%   +0.97%     
==========================================
  Files         120      120              
  Lines        3145     3180      +35     
  Branches      337      339       +2     
==========================================
+ Hits         1338     1384      +46     
+ Misses       1713     1701      -12     
- Partials       94       95       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants