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:
Ming Di Leom 2022-04-05 06:48:21 +00:00
parent d8c745dcf7
commit ca70fc857b
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
"sanitize.css": "^13.0.0"
},
"engines": {
"node": ">= 12.13.0"
"node": ">= 14.15.0"
}
}