update readme action

This commit is contained in:
2026-02-18 11:21:51 +01:00
parent 13381a2359
commit 6e9fbb0f22

View File

@@ -46,6 +46,8 @@ jobs:
if $install_node; then
NODE_MAJOR=24
echo "Installing node ${NODE_MAJOR}"
rm /etc/apt/keyrings/nodesource.gpg
rm /etc/apt/sources.list.d/nodesource.list
apt-get update
apt-get install -y -q ca-certificates curl gnupg
mkdir -p /etc/apt/keyrings