diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d4510fc..32aa429 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') container: - image: ubuntu:22.04 + image: node:20-bookworm steps: - name: Checkout uses: actions/checkout@v4