Skip to content

Commit

Permalink
Merge pull request #2231 from openedx/bilalqamar/node-v18-upgrade
Browse files Browse the repository at this point in the history
feat: upgrade node v18
  • Loading branch information
KristinAoki authored Oct 21, 2024
2 parents a8d0136 + e9fac04 commit a352fd5
Show file tree
Hide file tree
Showing 6 changed files with 12,740 additions and 11,681 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.11']
node-version: [16]
node-version: [18]
toxenv: [quality, js, django42]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ WaitingStepContent.propTypes = {
must_grade: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
waiting_count: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
overwritten_count: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
// eslint-disable-next-line react/forbid-prop-types
student_data: PropTypes.arrayOf(PropTypes.object),
}).isRequired,
refreshData: PropTypes.func,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const WaitingStepList = ({
};

WaitingStepList.propTypes = {
// eslint-disable-next-line react/forbid-prop-types
studentList: PropTypes.arrayOf(PropTypes.object).isRequired,
refreshData: PropTypes.func,
findLearner: PropTypes.func,
Expand Down
Loading

0 comments on commit a352fd5

Please sign in to comment.