Skip to content

Commit c0ebb85

Browse files
authored
Update package.json
1 parent 1a935ae commit c0ebb85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "leetcode-pp-node",
33
"version": "0.1.0",
44
"private": true,
5+
"engines": {
6+
"node": ">=14.4.0"
7+
},
58
"scripts": {
69
"start": "NODE_ENV=production node bin/www",
710
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/www",

0 commit comments

Comments
 (0)