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