From 505bed4383e053a5bbb70f62afb4b0e7fb030004 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Sat, 5 Jul 2025 14:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/dev.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 6424ac0a..99c25868 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -3,6 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions πŸš€ on: [push] jobs: + Explore-Gitea-Actions: runs-on: ubuntu-22.04 steps: @@ -11,6 +12,11 @@ jobs: uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea ι•œεƒ with: fetch-depth: 1 # εͺζ‹‰ε–ζœ€ζ–°δΈ€ζ¬‘ζδΊ€ + + - name: Set up Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: 20.x - name: node run: pnpm i - name: Build