saisilinus / node-express-mongoose-typescript-boilerplate

A boilerplate for making production-ready RESTful APIs using Node.js, TypeScript, Express, and Mongoose
MIT License
325 stars 93 forks source link

fix(package.json): add range for Node.js versions #33

Closed saisilinus closed 1 year ago

saisilinus commented 1 year ago

Add range for Node.js version to prevent users from using Node.js v19 with the app. This is because some features of this app are not supported in Node v19

close #32

codecov-commenter commented 1 year ago

Codecov Report

Merging #33 (c0ff5bb) into master (255669f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   89.11%   89.11%           
=======================================
  Files          42       42           
  Lines         588      588           
  Branches       59       59           
=======================================
  Hits          524      524           
  Misses         60       60           
  Partials        4        4           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more