From 9c6b2b3d9992805c1f806cd3c94d0b7aa22b2928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E9=A3=8E?= Date: Tue, 10 Mar 2026 21:08:21 +0800 Subject: [PATCH] test2 --- .gitea/workflows/build.yml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ef1c4b0..d6158e7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,24 +9,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Checkout - uses: https://gitea.com/actions/checkout@v4 - - - name: Setup Node.js - uses: https://gitea.com/actions/setup-node@v4 - with: - node-version: "20" - - - name: Cache npm dependencies - uses: https://gitea.com/actions/cache@v4 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - - name: Install dependencies - run: npm install - - - name: Build Hexo - run: npm run build + - name: Debug runner + run: | + echo "runner ok" + node -v + npm -v