Restrict node engine version
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"main": "dist",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=13"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "tsc-watch --onSuccess nodemon",
|
||||
|
||||
Reference in New Issue
Block a user