-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: upgraded to node v18, added .nvmrc and updated workflows #317
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #317 +/- ##
===========================================
- Coverage 100.00% 95.44% -4.56%
===========================================
Files 123 124 +1
Lines 1274 1338 +64
Branches 250 271 +21
===========================================
+ Hits 1274 1277 +3
- Misses 0 53 +53
- Partials 0 8 +8 ☔ View full report in Codecov by Sentry. |
…ilalqamar95/node-v18-upgrade
…component-header packages
…ilalqamar95/node-v18-upgrade
…ilalqamar95/node-v18-upgrade
@@ -9,7 +9,7 @@ const courseId = 'a-fake-course-id'; | |||
const category = 'AFakeCategory'; | |||
describe('segment service utils', () => { | |||
beforeAll(() => { | |||
global.window = Object.create(window); | |||
global.window ??= Object.create(window); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this statement? The goal here is explicitly to replace the global window
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muselesscreator could you please review it again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* Merge branch 'master' of github.com:edx/frontend-app-gradebook * feat: upgraded to node v18, added .nvmrc and updated workflows * build: updated frontend-build, frontend-platform, component-footer & component-header packages * refactor: updated packages * fix: resolved test case failure window redefine issue * Merge branch 'master' of github.com:edx/frontend-app-gradebook into bilalqamar95/node-v18-upgrade * refactor: pinned node to v18.15 in nvmrc
* Merge branch 'master' of github.com:edx/frontend-app-gradebook * feat: upgraded to node v18, added .nvmrc and updated workflows * build: updated frontend-build, frontend-platform, component-footer & component-header packages * refactor: updated packages * fix: resolved test case failure window redefine issue * Merge branch 'master' of github.com:edx/frontend-app-gradebook into bilalqamar95/node-v18-upgrade * refactor: pinned node to v18.15 in nvmrc
…dx#317) * Merge branch 'master' of github.com:edx/frontend-app-gradebook * feat: upgraded to node v18, added .nvmrc and updated workflows * build: updated frontend-build, frontend-platform, component-footer & component-header packages * refactor: updated packages * fix: resolved test case failure window redefine issue * Merge branch 'master' of github.com:edx/frontend-app-gradebook into bilalqamar95/node-v18-upgrade * refactor: pinned node to v18.15 in nvmrc
Ticket
Upgrade Node Js from 16 to 18
Description
frontend-platform
&frontend-build
versionsedx-internal PR
https://github.com/edx/edx-internal/pull/8338
This needs to be merged together.
Developer Checklist
Testing Instructions
[ How should a reviewer test this PR? ]
Reviewer Checklist
Collectively, these should be completed by reviewers of this PR:
FYI: @openedx/content-aurora