diff --git a/.gitea/workflows/deplopy-dev.yaml b/.gitea/workflows/deplopy-dev.yaml index 1f498d3..1cc87cb 100644 --- a/.gitea/workflows/deplopy-dev.yaml +++ b/.gitea/workflows/deplopy-dev.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - name: Setup Node.js - uses: https://gitee.com/github-actions/setup-node@v4 + uses: https://gitee.com/github-actions/setup-node@v3 with: node-version: 18.20.3 registry-url: ${{ vars.REGISTRY_URL }}