From 2d3dda06d7880bccec69425a60ece59c0bb39757 Mon Sep 17 00:00:00 2001 From: fly6516 Date: Mon, 16 Dec 2024 12:24:01 +0800 Subject: [PATCH] renew nodejs url --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 10b6e55..5042d65 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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