diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2970d48..3dd9148 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,6 +11,8 @@ jobs: runs-on: - linux - ${{ matrix.arch }} + container: + image: node:20-bullseye strategy: matrix: arch: [amd64, arm64]