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

Support Node.js 20 #1220

Merged
merged 1 commit into from
May 4, 2023
Merged

Conversation

LitoMore
Copy link
Collaborator

@LitoMore LitoMore commented May 4, 2023

The yarn test script will fail on Node.js 20. This is because:

I changed the command to node --loader ts-node/esm for running scripts.

I also added --no-warnings=ExperimentalWarning to suppress those experimental warnings.

Changes

  • Add Node.js 20 to GitHub Actions
  • Change fix-ext to node --no-warnings=ExperimentalWarning --loader ts-node/esm ../../tools/rename-ext.mts

@LitoMore LitoMore requested a review from SBoudrias May 4, 2023 14:50
@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (fca9909) 78.80% compared to head (04ea9dd) 78.80%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1220   +/-   ##
=======================================
  Coverage   78.80%   78.80%           
=======================================
  Files          34       34           
  Lines        3496     3496           
  Branches      558      558           
=======================================
  Hits         2755     2755           
  Misses        187      187           
  Partials      554      554           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Owner

@SBoudrias SBoudrias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@SBoudrias SBoudrias merged commit 534e1d5 into SBoudrias:master May 4, 2023
@LitoMore LitoMore deleted the support-nodejs-20 branch May 5, 2023 01:31
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