Skip to content

Commit

Permalink
ci: add node 20 to test matrix (#95)
Browse files Browse the repository at this point in the history
* ci: add node 20 to test matrix

* Update ci.yml

---------

Co-authored-by: Uzlopak <[email protected]>
  • Loading branch information
Fdawgs and Uzlopak authored May 27, 2023
1 parent a7b3076 commit d5ba967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -71,7 +71,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Start infrastructure
- name: Start Kafka-instance
run: |
docker-compose up -d
Expand Down

0 comments on commit d5ba967

Please sign in to comment.