From 016a668392758528d63aa8a49b3d71f858e6243f Mon Sep 17 00:00:00 2001 From: fly6516 Date: Tue, 17 Dec 2024 15:32:53 +0800 Subject: [PATCH] fix nodejs url again --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b80370f..674bc9e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: - name: Install Node.js run: | apt-get update && apt-get install -y curl - curl -fsSL https://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