commit | aaf88423f3b35a38e68ce08f317018810e051e9e | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Mon May 17 11:13:42 2021 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Mon May 17 11:17:06 2021 +0100 |
tree | 8d4fae5d597ab7c6a89b4f29b5bd0299aa43e371 | |
parent | baf9a971058ebaf47611149e16e55dbd87c4d882 [diff] |
fix(hooks): downgrade `package-lock.json` version The NPM lock file was accidentally updated using a later version of Node.js than required by the prerequisites. This upgraded the lock file to the v2 format, which causes a warning on Node.js 14 (the prerequisites version). This moves the lock file back to v1 by installing the dependencies with Node.js 14. Change-Id: I382d599fd2b67b07eb9234d14e7b631db6b11453 Signed-off-by: Chris Kay <chris.kay@arm.com>