renew nodejs url
Some checks failed
Java CI / build (push) Failing after 24m15s

This commit is contained in:
fly6516 2024-12-16 12:24:01 +08:00
parent 6c79913893
commit 2d3dda06d7

View File

@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
run: |
apt-get update && apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
curl -fsSL ttps://rpm.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
node -v
npm -v