diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index c1964cd..bb2a6a0 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -6,9 +6,15 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-22.04 steps: + - name: Checkout code # uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 uses: actions/checkout@v3 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '20' # 指定版本,如 18、20,或 'lts' + # - name: Set up JDK 17 # uses: actions/setup-java@v4