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: Upgrade to Node 20 #2244

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

Conversation

BilalQamar95
Copy link
Contributor

@BilalQamar95 BilalQamar95 commented Oct 22, 2024

Description

  • Regenerated package-lock.json with node v20 and NPM 10.
  • Updated .nvmrc to v20

Second step in the Node 20 upgrade process, See the tracking issue for further information.

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.12%. Comparing base (9dd14c0) to head (8b855a1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2244   +/-   ##
=======================================
  Coverage   95.12%   95.12%           
=======================================
  Files         195      195           
  Lines       21603    21603           
  Branches     1936     1936           
=======================================
  Hits        20549    20549           
  Misses        786      786           
  Partials      268      268           
Flag Coverage Δ
unittests 95.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@BilalQamar95 BilalQamar95 marked this pull request as ready for review October 22, 2024 12:14
@BilalQamar95 BilalQamar95 requested a review from a team as a code owner October 22, 2024 12:14
@BilalQamar95 BilalQamar95 self-assigned this Oct 22, 2024
@BilalQamar95 BilalQamar95 mentioned this pull request Oct 22, 2024
Copy link
Contributor

@pomegranited pomegranited left a comment

Choose a reason for hiding this comment

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

👍 Thank you for this fix @BilalQamar95 ! Works perfectly.

  • I tested this by building and running this branch on my tutor dev stack, and verifying that the XBlock still works as expected.
  • I read through the code
  • I checked for accessibility issues N/A
  • Includes documentation N/A
  • User-facing strings are extracted for translation N/A

@pomegranited
Copy link
Contributor

@BilalQamar95 Do we need a version bump for this?

@BilalQamar95
Copy link
Contributor Author

@BilalQamar95 Do we need a version bump for this?

I don't think a version bump is required for this change, as the upgrade from Node v18 to v20 is purely a build environment update and doesn’t involve any major package upgrades or breaking changes to the codebase.

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