We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e8a0f commit 71ff123Copy full SHA for 71ff123
packages/aws-lambda/layer/bin/publish-layer.sh
@@ -379,7 +379,7 @@ if [[ -z $SKIP_AWS_PUBLISH_LAYER ]]; then
379
--license-info $LICENSE \
380
--zip-file fileb://$ZIP_NAME \
381
--output json \
382
- --compatible-runtimes nodejs18.x nodejs20.x \
+ --compatible-runtimes nodejs18.x nodejs20.x nodejs22.x\
383
| jq '.Version' \
384
) || true # NOTE: If the upload fails, the bash script should not fail.
385
0 commit comments