From 2b72aa0b8eb628786ca68268069d6fa8a573af12 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Fri, 24 May 2024 21:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5eebbea..3c0deee 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: apt-get install lftp -y - name: Prepare node run: | - apt-get install node -y + apt-get install nodejs -y - name: Checkout uses: http://git.hmtsai.cn/actions/checkout@v4 - name: Prepare NPM source