diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ae48354..a04c081 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: node:24.13-alpine3.22 + image: node:24.13.0-bookworm steps: - name: Checkout