Integrate claude, improve selenium and support qemu #1

Open
mathben wants to merge 220 commits from develop into master
Showing only changes of commit cd14e128ff - Show all commits

View file

@ -127,7 +127,8 @@ if [ "18.04" == "${UBUNTU_VERSION}" ]; then
sudo apt remove nodeJS npm
NODE_MAJOR=16
else
NODE_MAJOR=20
# Node 22+ required by @capacitor/cli v8.x (mobile app dependency)
NODE_MAJOR=22
fi
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list