Skip to content

Commit

Permalink
Change e2e spec files to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioh8010 authored and pac-guerreiro committed Nov 15, 2023
1 parent 2541e2f commit 2e20691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/TestSpec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ phases:
# Install correct version of node
- export NVM_DIR=$HOME/.nvm
- . $NVM_DIR/nvm.sh
- nvm install 16.15.1
- nvm use 16.15.1
- nvm install 20.9.0
- nvm use 20.9.0

# Reverse ports using AWS magic
- PORT=4723
Expand Down

0 comments on commit 2e20691

Please sign in to comment.