We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232faef commit 125f375Copy full SHA for 125f375
scripts/build_layers.sh
@@ -11,6 +11,8 @@ set -e
11
LAYER_DIR=".layers"
12
LAYER_FILES_PREFIX="datadog_lambda_node"
13
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
16
export NODE_VERSIONS=("18.12" "20.19" "22.11")
17
18
if [ -z "$NODE_VERSION" ]; then
0 commit comments