docker exec -it gitea-runner bash # 然后在容器里安装 Node.js curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt-get install -y nodejs node -v