Skip to content

Commit

Permalink
Merge pull request #20 from terascope/remove-node14-add-node20
Browse files Browse the repository at this point in the history
remove node14 add node 20
  • Loading branch information
godber authored Nov 8, 2023
2 parents a36a9ad + 106e3a5 commit 1fcecb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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: ["14.21.3", "16.20.0", "18.16.0"]
version: ["16.20.2", "18.18.2", "20.8.1"]
runs-on: ubuntu-latest
steps:
-
Expand All @@ -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
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: ["14.21.3", "16.20.0", "18.16.0"]
version: ["16.20.2", "18.18.2", "20.8.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 @@ -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
Expand Down

0 comments on commit 1fcecb8

Please sign in to comment.