Skip to content

Commit

Permalink
ci: Use fixed pipeline nvm version
Browse files Browse the repository at this point in the history
The pipeline was failing due to a change in nvm, which was set to use
the latest version.
This commit fixes the version used at 'v22.7.0'.

Signed-off-by: Reuben Cartwright <[email protected]>
  • Loading branch information
RC-Repositories authored and aggarg committed Sep 9, 2024
1 parent 6480d8d commit 63b2987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/pipeline-baseline-fri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spell-check:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
- nvm install node
- nvm install v22.7.0
- apt-get install fd-find -y
- npm install -g cspell
# Find files with `.c`, `.h`, `.md`, `.txt`, `.change`, and `.yml` extensions in one patch.
Expand Down

0 comments on commit 63b2987

Please sign in to comment.