Skip to content

Commit

Permalink
feat: upgrade node version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove support for node 16
  • Loading branch information
jorgebodega committed Oct 30, 2023
1 parent e178c15 commit f990a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typescript": "4.9.5"
},
"engines": {
"node": ">=16, !=17"
"node": ">=18, !=19"
},
"keywords": [
"typeorm",
Expand Down Expand Up @@ -60,4 +60,4 @@
},
"types": "dist/index.d.ts",
"version": "1.5.0-next.1"
}
}

0 comments on commit f990a50

Please sign in to comment.