fix nodejs url again
Some checks failed
Java CI / build (push) Failing after 11m58s

This commit is contained in:
fly6516 2024-12-17 15:32:53 +08:00
parent 174858cf07
commit 016a668392

View File

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