Skip to content
Prev Previous commit
Next Next commit
Update Semaphore configuration
  • Loading branch information
regostar committed Feb 25, 2025
commit c7636507b3dcb62f6ba5a8636c72d501975efe9c
3 changes: 3 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ blocks:
prologue:
commands:
- checkout
- nvm install 16.16.0
- nvm use
- node --version
- npm --version
Expand All @@ -66,6 +67,7 @@ blocks:
prologue:
commands:
- checkout
- nvm install 16.16.0
- nvm use
- node --version
- npm --version
Expand Down Expand Up @@ -96,6 +98,7 @@ blocks:
prologue:
commands:
- checkout
- nvm install 16.16.0
- nvm use
- node --version
- npm --version
Expand Down