update readme action

This commit is contained in:
2026-02-12 09:35:01 +01:00
parent 56f983f99e
commit c0faf56f02

View File

@@ -36,7 +36,7 @@ jobs:
node_version=$(($node_version)) # Convert the NodeJS version number from a string to an integer.
if [ $node_version -lt 24 ]; then
install_node=true
sudo apt-get remove nodejs npm
apt-get remove nodejs npm
fi
fi