diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 21b3726..b69f2a4 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: Build the Docker Compose stack - run: docker-compose up -d + run: docker compose up -d - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3