Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 79d975b

Browse files
authored
build: support development on greater node versions (#8)
1 parent 9e3b274 commit 79d975b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"repository": "https://github.com/phuctm97/shell.how",
55
"engines": {
6-
"node": "^14.0.0",
6+
"node": ">=14.0.0",
77
"yarn": "^1.22.0"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)