Skip to content

Commit 125f375

Browse files
authored
Add comment to remind us to also update serverless tools. (#691)
1 parent 232faef commit 125f375

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build_layers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ set -e
1111
LAYER_DIR=".layers"
1212
LAYER_FILES_PREFIX="datadog_lambda_node"
1313

14+
# When changing any of these values, you must also change the corresponding
15+
# value at https://github.com/DataDog/serverless-tools/blob/0fabf9a1ab96df3907c2e50fd8df7e1fbd6a1fca/.gitlab/setup.sh#L128
1416
export NODE_VERSIONS=("18.12" "20.19" "22.11")
1517

1618
if [ -z "$NODE_VERSION" ]; then

0 commit comments

Comments
 (0)