diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4047ca52b..78597ec3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ jobs: with: node-version: ${{ matrix.node }} + - uses: KengoTODA/actions-setup-docker-compose@v1 + with: + version: '2.14.2' + - name: Build run: | npm ci