diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2fca34d..2acac8a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: lint: runs-on: alpine - container: alpine:latest + container: node:20-bookworm steps: - name: Checkout