Require node 15.

We use replaceAll in scripts/postcss/svg-colorizer.js which is a ES2021 feature. https://node.green/#ES2021-features--String-prototype-replaceAll
This commit is contained in:
Will Hunt 2022-06-24 13:27:09 +01:00
parent 5a3cf03f0b
commit 9cb7d89097
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"directories": {
"doc": "doc"
},
"enginesStrict": {
"node": ">=15"
},
"scripts": {
"lint": "eslint --cache src/",
"lint-ts": "eslint src/ -c .ts-eslintrc.js --ext .ts",