diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index e3de48e..9397f39 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -18,9 +18,9 @@ jobs: ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." build-site: - runs-on: ubuntu-latest + runs-on: debian-latest container: - image: "node:24.4" + image: "node:23" steps: - name: checkout-code uses: https://data.forgejo.org/actions/checkout@v4