Skip to content

Commit 70256a7

Browse files
committed
Set min node version in package.json
1 parent 4fd70b6 commit 70256a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
"tslint-plugin-prettier": "^2.2.0"
9292
},
9393
"husky": {
94-
"hooks": {
95-
}
94+
"hooks": {}
9695
},
9796
"lint-staged": {
9897
"*.{js,jsx,ts,tsx}": [
@@ -125,5 +124,8 @@
125124
"last 1 firefox version",
126125
"last 1 safari version"
127126
]
127+
},
128+
"engines": {
129+
"node": ">=16.0.0"
128130
}
129-
}
131+
}

0 commit comments

Comments
 (0)