update readme action
This commit is contained in:
@@ -46,6 +46,8 @@ jobs:
|
|||||||
if $install_node; then
|
if $install_node; then
|
||||||
NODE_MAJOR=24
|
NODE_MAJOR=24
|
||||||
echo "Installing node ${NODE_MAJOR}"
|
echo "Installing node ${NODE_MAJOR}"
|
||||||
|
rm /etc/apt/keyrings/nodesource.gpg
|
||||||
|
rm /etc/apt/sources.list.d/nodesource.list
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y -q ca-certificates curl gnupg
|
apt-get install -y -q ca-certificates curl gnupg
|
||||||
mkdir -p /etc/apt/keyrings
|
mkdir -p /etc/apt/keyrings
|
||||||
|
|||||||
Reference in New Issue
Block a user