mirror of https://gitlab.com/curben/blog
chore(theme): require Node 12
- BREAKING CHANGE: drop Node 10
This commit is contained in:
parent
7f2771f6a7
commit
9cafaed12b
|
@ -12,6 +12,6 @@
|
|||
"sanitize.css": "^12.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.17.0"
|
||||
"node": ">= 12.13.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue