Skip to content

Commit

Permalink
chore: upgrade to nodejs 14
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
The minimal NodeJS version is now 14.17
  • Loading branch information
hasezoey committed Dec 12, 2022
1 parent 0a82d35 commit 2cc59aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ I started `@typegoose/auto-increment` because `mongoose-auto-increment` and `mon

## Requirements

- Node 12.22.0+
- Node 14.17.0+
- TypeScript 4.8+ (older versions could work, but are not tested)
- mongoose 6.7.0+

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/autoIncrement.js",
"types": "lib/autoIncrement.d.ts",
"engines": {
"node": ">=12.22.0"
"node": ">=14.17.0"
},
"files": [
"lib/**/*.js",
Expand Down

0 comments on commit 2cc59aa

Please sign in to comment.