diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4e11da6..12a7516 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,12 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: "20" - cache: "npm" - - name: Install dependencies run: npm ci