update readme action

This commit is contained in:
2026-02-12 09:37:13 +01:00
parent c0faf56f02
commit 98d0b44d41

View File

@@ -40,7 +40,7 @@ jobs:
fi fi
fi fi
if $install_node if $install_node; then
apt-get install -y curl apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_24.x | bash curl -fsSL https://deb.nodesource.com/setup_24.x | bash
apt-get install -y -q nodejs apt-get install -y -q nodejs