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