fix:更新server

This commit is contained in:
吕新雨
2026-02-02 22:22:20 +08:00
parent d9a5dbafd6
commit 69a1046ff4
2 changed files with 19 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
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