update readme action
This commit is contained in:
@@ -43,8 +43,9 @@ jobs:
|
||||
|
||||
if $install_node; then
|
||||
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
|
||||
apt-get update
|
||||
apt-get install -y -q nodejs
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user