diff --git a/.gitea/workflows/deplopy-dev.yaml b/.gitea/workflows/deplopy-dev.yaml index 17c6d43..9911855 100644 --- a/.gitea/workflows/deplopy-dev.yaml +++ b/.gitea/workflows/deplopy-dev.yaml @@ -17,12 +17,10 @@ jobs: uses: actions/checkout@v3 - name: Setup pnpm uses: pnpm/action-setup@v4 - - name: Check network - run: curl https://www.baidu.com - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18.20.3 + node-version: 20.16.0 registry-url: ${{ vars.REGISTRY_URL }} cache: 'pnpm' - name: Install deps