Skip to content

Commit 66159b4

Browse files
committed
chore: lower node engine requirement
Aligns with NestJS core
1 parent 0cef626 commit 66159b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"LICENSE"
1313
],
1414
"engines": {
15-
"node": ">=18.*.*"
15+
"node": ">=16.*.*"
1616
},
1717
"scripts": {
1818
"prepare": "tsc",
@@ -50,4 +50,3 @@
5050
"eslint": ">=8.0.0"
5151
}
5252
}
53-

0 commit comments

Comments
 (0)