diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 25ce3e6..1b4dbfa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,9 +20,7 @@ jobs: shell: bash steps: - name: Setup Node - uses: actions/setup-node@v6 - with: - node-version: 24 + run: apt-get install -y nodejs - name: Checkout repository uses: actions/checkout@v6