update readme action

This commit is contained in:
2026-02-18 10:51:43 +01:00
parent 06299aa263
commit bf2cb69963

View File

@@ -43,8 +43,9 @@ jobs:
if $install_node; then if $install_node; then
echo $"Installing node 24" echo $"Installing node 24"
apt-get install -y curl apt-get install -y -q curl
curl -fsSL https://deb.nodesource.com/setup_24.x | bash curl -fsSL https://deb.nodesource.com/setup_24.x | bash
apt-get update
apt-get install -y -q nodejs apt-get install -y -q nodejs
fi fi