be strict about node versions

This commit is contained in:
Nils Norman Haukås 2023-03-29 03:21:16 +02:00
parent 710ba7e0dc
commit 9dd0a2ce19
3 changed files with 7 additions and 0 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
engine-strict=true

3
package-lock.json generated
View file

@ -13,6 +13,9 @@
"ava": "^5.2.0",
"prettier": "^2.8.4",
"rimraf": "^4.3.0"
},
"engines": {
"node": ">=14.x"
}
},
"node_modules/@11ty/dependency-tree": {

View file

@ -11,6 +11,9 @@
"type": "git",
"url": "git+https://github.com/nilsnh/poetry-for-programmers.git"
},
"engines": {
"node": ">=14.x"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",