fix Download URL to NJU Mirror v25
Some checks failed
Java CI / build (push) Failing after 3m0s

This commit is contained in:
fly6516 2024-12-17 20:14:52 +08:00
parent c0f1c198ca
commit e4f60da125

View File

@ -71,7 +71,7 @@ jobs:
# 安装 Node.js 20.x # 安装 Node.js 20.x
#curl -fsSL https://deb.nodesource.com/setup_20.x | bash - #curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
#apt-get install -y nodejs #apt-get install -y nodejs
apt install nodejs npm apt install -y nodejs npm
# 验证安装是否成功 # 验证安装是否成功
node -v node -v