mirror of https://gitlab.com/curben/blog
chore(theme): require node 14+
- BREAKING CHANGE - necessary due to use of optional chaining * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
This commit is contained in:
parent
d8c745dcf7
commit
ca70fc857b
|
@ -12,6 +12,6 @@
|
|||
"sanitize.css": "^13.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.13.0"
|
||||
"node": ">= 14.15.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue