diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index ea98a879..9770622d 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -93,12 +93,9 @@ jobs: - name: Install curl and zip run: | apt update && apt -y install curl zip nodejs - - name: Setup node - uses: actions/setup-node@v4 - with: - node-version: 24 + - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: lfs: false persist-credentials: true