name: build concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true permissions: contents: read on: push: branches: - 'main' pull_request: paths-ignore: - '.github/*-releases.json' jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: node_version: - 24 - 20 steps: - name: Build uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0.0 with: targets: build env: NODE_VERSION: ${{ matrix.node_version }}