Skip to content

Commit

Permalink
fix: drop node12.x from publish script (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve authored Apr 10, 2023
1 parent cc17902 commit 39836a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# VERSION is required.
set -e

NODE_VERSIONS_FOR_AWS_CLI=("nodejs12.x" "nodejs14.x" "nodejs16.x" "nodejs18.x")
NODE_VERSIONS_FOR_AWS_CLI=("nodejs14.x" "nodejs16.x" "nodejs18.x")
LAYER_PATHS=(".layers/datadog_lambda_node14.15.zip" ".layers/datadog_lambda_node16.14.zip" ".layers/datadog_lambda_node18.12.zip")
AVAILABLE_LAYERS=("Datadog-Node14-x" "Datadog-Node16-x" "Datadog-Node18-x")
AVAILABLE_REGIONS=$(aws ec2 describe-regions | jq -r '.[] | .[] | .RegionName')
Expand Down

0 comments on commit 39836a0

Please sign in to comment.