diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cef88c..fffbcf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18] + node-version: [14, 16, 18, 20] steps: - name: Check out repo uses: actions/checkout@v3 @@ -71,7 +71,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Start infrastructure + - name: Start Kafka-instance run: | docker-compose up -d