feat: add engines field to templates' package.json (#7520)

This commit is contained in:
John Reilly 2022-06-01 13:34:34 +02:00 committed by GitHub
parent 5cf6432e4e
commit 338b819abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -49,5 +49,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}