Skip to content

Commit 75032e4

Browse files
committed
* In package.json
- added engines section with node version >= 20
1 parent 6f9a611 commit 75032e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@
9393
"typedoc": "^0.27.8",
9494
"typescript-eslint": "^8.25.0",
9595
"zod": "^3.24.2"
96+
},
97+
"engines": {
98+
"node": ">=20"
9699
}
97100
}

0 commit comments

Comments
 (0)