Skip to content

Commit 53c6abb

Browse files
authored
feat(build): require node 12 as minimum
Upgrade node dependency to 12, which is the least supported version by now (yes, runs out of service by end of April, but i believe v12 is still widely spread and other dependencies are ugrading as well
1 parent ed3a2aa commit 53c6abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"semver": "^7.3.5"
8080
},
8181
"engines": {
82-
"node": ">=10.15.3",
83-
"npm": ">=6.4.1"
82+
"node": ">=12",
83+
"npm": ">=6.14.8"
8484
},
8585
"title": "Fomantic UI",
8686
"style": "dist/semantic.css"

0 commit comments

Comments
 (0)