Skip to content

Commit

Permalink
update engines rules
Browse files Browse the repository at this point in the history
  • Loading branch information
versecafe committed Aug 25, 2024
1 parent 1d1ae94 commit f943a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion srcbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@types/express": "^4.17.21"
},
"engines": {
"node": ">=20"
"node": ">=18"
}
}

0 comments on commit f943a90

Please sign in to comment.