Skip to content
Open
2 changes: 1 addition & 1 deletion layouts/shortcodes/latest-lambda-layer-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<!-- Node Versions -->
{{- if eq (.Get "layer") "node-versions" -}}
`Node20-x`, `Node22-x`, `Node24-x`
`Node18-x`, `Node20-x`, `Node22-x`, `Node24-x`
{{- end -}}

{{- if eq (.Get "layer") "node-example-version" -}}
Expand Down
Loading