Skip to content

Commit

Permalink
Update Node.js setup script to use version 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Jan 16, 2025
1 parent 825f770 commit 1a73f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NODE_PACKAGES=(
[email protected]
)

curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -

sudo yum install "${YUM_OPTS[@]}" "${RPM_PACKAGES[@]}"

Expand Down

0 comments on commit 1a73f6c

Please sign in to comment.