openedx / frontend-app-gradebook

Instructor grade book tool
GNU Affero General Public License v3.0
11 stars 87 forks source link

chore!: Dropped support for Node 12 #239

Closed edx-requirements-bot closed 2 years ago

edx-requirements-bot commented 2 years ago

BREAKING CHANGE: Node 12 isn't supported anymore

Additional information from script execution

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran ``` modernize_node_workflow npm install if [[ -f ".nvmrc" ]]; then sed -i -E 's/v*[0-9]+/v16/g' .nvmrc fi ```

The following packages were installed: edx-repo-tools

codecov[bot] commented 2 years ago

Codecov Report

Merging #239 (24c1e6e) into master (97c5815) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #239   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          110       110           
  Lines         1277      1277           
  Branches       251       251           
=========================================
  Hits          1277      1277           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 97c5815...24c1e6e. Read the comment docs.