Skip to content

Commit

Permalink
fix: update minimum node version to match mongoose (saisilinus#40)
Browse files Browse the repository at this point in the history
Update minimum node version to match Mongoose updates
  • Loading branch information
saisilinus authored Mar 22, 2023
1 parent 24af1d5 commit 272b29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.20.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"type": "module",
"engines": {
"node": ">=14.0.0 <19"
"node": ">=14.20.1 <19"
},
"scripts": {
"start": "pm2 start ecosystem.config.json --no-daemon",
Expand Down

0 comments on commit 272b29e

Please sign in to comment.