diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cf89425..175a985 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,12 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: '22' - cache: 'npm' - - name: Install dependencies run: npm ci