commit | 874b8dffca4532f63776f21c1d9ac9c5d2b53ee5 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Wed Feb 28 15:23:11 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Wed Feb 28 15:24:57 2024 +0000 |
tree | d4655aae5b14f2599613a4b17b42e86b4a6f3dd5 | |
parent | 8a6d1ed26a486bfa27d20f71c8b264901076917a [diff] |
tf-a-commitlint: ensure NPM calls are routed via NVM The Docker image has Node.js v14 preinstalled, which NVM defaults to using when a new shell is opened (which occurs on every `sh` step). This change ensures that NPM is run via NVM, which will then pick up the NPM version specified by the `.nvmrc` file. Change-Id: I9d4e86f55c27f2183eaf864ff149b2a34c796b45 Signed-off-by: Chris Kay <chris.kay@arm.com>