Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5b6c9fc

Browse files
Set nodejs version to not use node 9
1 parent 6cf60bf commit 5b6c9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint . --ignore-pattern 'public/*' --ext .js --fix || true"
88
},
99
"engines": {
10-
"node": ">8.6.0"
10+
"node": "~8.6.0"
1111
},
1212
"dependencies": {
1313
"body-parser": "~1.17.1",

0 commit comments

Comments
 (0)