Skip to content

Commit

Permalink
Update terafoundation kafka connector (#23)
Browse files Browse the repository at this point in the history
* Update terafoundation_kafka_connector from 0.11.1 to 0.12.0

* Update node version in workflows from ["16.20.2", "18.18.2", "20.8.1"] to ["18.19.1", "20.11.1"]
  • Loading branch information
busma13 authored Apr 23, 2024
1 parent 3659ee5 commit 10ca6c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the release.yml
version: ["16.20.2", "18.19.1", "20.11.1"]
version: ["18.19.1", "20.11.1"]
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the build.yml
version: ["16.20.2", "18.19.1", "20.11.1"]
version: ["18.19.1", "20.11.1"]
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN npm init --yes &> /dev/null \
--build \
--no-package-lock \
--no-optional \
'terafoundation_kafka_connector@~0.11.1' \
'terafoundation_kafka_connector@~0.12.0' \
&& npm cache clean --force

RUN apk del .build-deps
Expand Down

0 comments on commit 10ca6c5

Please sign in to comment.