fix nodejs url

This commit is contained in:
fly6516 2024-12-17 15:18:32 +08:00
parent 2d3dda06d7
commit 174858cf07

View File

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