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

build!: minimum supported Node.js version is 18.12.0 #225

Merged
merged 4 commits into from Jan 17, 2024

Conversation

snitin315
Copy link
Member

@snitin315 snitin315 commented Jan 14, 2024

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Update Node & deps.

Breaking Changes

Minimum supported Node.js version is 18.12.0

Additional Info

No

Copy link

codecov bot commented Jan 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (76a605f) 82.26% compared to head (5eb07f9) 82.26%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #225   +/-   ##
=======================================
  Coverage   82.26%   82.26%           
=======================================
  Files           4        4           
  Lines         141      141           
  Branches       51       51           
=======================================
  Hits          116      116           
  Misses         16       16           
  Partials        9        9           

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

@@ -29,7 +29,7 @@
"fix:js": "npm run lint:js -- --fix",
"fix:prettier": "npm run lint:prettier -- --write",
"fix": "npm-run-all -l fix:js fix:prettier",
"test:only": "cross-env NODE_ENV=test jest",
"test:only": "cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest",
Copy link
Member Author

Choose a reason for hiding this comment

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

Tests were failing without this.

Screenshot 2024-01-16 at 10 30 46 AM

@snitin315 snitin315 marked this pull request as ready for review January 16, 2024 05:02
@alexander-akait alexander-akait merged commit 1eb4039 into master Jan 17, 2024
14 checks passed
@alexander-akait alexander-akait deleted the drop-node-16 branch January 17, 2024 14:38
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.

None yet

2 participants