Skip to content

Commit 8b7cf23

Browse files
committed
ci: add node engines range
1 parent d754499 commit 8b7cf23

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
@@ -3,6 +3,9 @@
33
"version": "0.3.14",
44
"license": "MIT",
55
"author": "Alexander Grischuk <alexgrischuk@gmail.com",
6+
"engines": {
7+
"node": ">=14.0.0 <20.0.0"
8+
},
69
"main": "template.json",
710
"description": "A quick start Create React App template with React Router, Redux, TypeScript, Enzyme and custom ESlint configurations",
811
"keywords": [

0 commit comments

Comments
 (0)