diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 186a840..e492795 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: # 安装 Node.js 20.x #curl -fsSL https://deb.nodesource.com/setup_20.x | bash - #apt-get install -y nodejs - apt install nodejs npm + apt install -y nodejs npm # 验证安装是否成功 node -v