update readme action
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user