Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Teixeira authored Nov 16, 2023
1 parent e9e0e5c commit f370d91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ version: 0.2
phases:
build:
commands:
- n 18.18.2
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
- source ~/.nvm/nvm.sh
- nvm install 20.9.0
- nvm use 20.9.0
- node -v
- npm -v
- npm install -g @angular/cli
Expand Down

0 comments on commit f370d91

Please sign in to comment.