Files
mindfulness/.gitea/workflows/README.md
2026-02-02 22:22:20 +08:00

6 lines
161 B
Markdown

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