diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8431ba..bb7ef0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # NOTE: These versions must be kept in sync with the release.yml - version: ["14.21.3", "16.20.0", "18.16.0"] + version: ["16.20.2", "18.18.2", "20.8.1"] runs-on: ubuntu-latest steps: - @@ -27,7 +27,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - with: + with: platforms: linux/arm64,linux/amd64 - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df538a2..baf368a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # NOTE: These versions must be kept in sync with the build.yml - version: ["14.21.3", "16.20.0", "18.16.0"] + version: ["16.20.2", "18.18.2", "20.8.1"] runs-on: ubuntu-latest steps: - diff --git a/Dockerfile b/Dockerfile index 60d0d1d..3511a01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ RUN npm init --yes &> /dev/null \ --build \ --no-package-lock \ --no-optional \ - 'terafoundation_kafka_connector@~0.10.0' \ + 'terafoundation_kafka_connector@~0.11.1' \ && npm cache clean --force RUN apk del .build-deps