Skip to content

Commit

Permalink
Downgrade Node.js setup to version 17 in Cypress requirements script
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Jan 24, 2025
1 parent cd79d1b commit 34b91ff
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_18.x | sudo bash -
curl -sL https://rpm.nodesource.com/setup_17.x | sudo bash -

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

Expand Down

0 comments on commit 34b91ff

Please sign in to comment.