summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2021-12-03 12:04:24 +0000
committerChris Kay <chris.kay@arm.com>2022-01-24 12:55:34 +0000
commit0501d48b812d2640910ec391fd2a54517b96c72d (patch)
tree4232976d34d88c10c23a4260ff5ae54f326f79aa /package.json
parentba748f3c35a35cddb0ff75f389dd1d652b53ba8f (diff)
downloadarm-trusted-firmware-0501d48b812d2640910ec391fd2a54517b96c72d.tar.gz
build(npm): mandate Node.js engine version
This change mandates a particular version of Node.js when running `npm install`. When using a version of Node.js that does not meet these expectations, a warning will be emitted to the user to let them know that they are using an unsupported version of Node.js Change-Id: I3f9bcf8be483a80b5882d65b034c6655013df19f Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3556dc516..e5cd92464 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,9 @@
"postinstall": "husky install",
"release": "standard-version"
},
+ "engines": {
+ "node": ">=16.0.0"
+ },
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",