From aadda7d36a3d61667fa932466566d5d6a982465d Mon Sep 17 00:00:00 2001 From: Viktor Collin Date: Fri, 8 Dec 2023 14:29:11 +0100 Subject: [PATCH] Update README.md to include aws runtime nodejs20.x --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5758ea..04125d0 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ This plugin will automatically set the esbuild `target` for the following suppor | Runtime | Target | | ------------ | -------- | +| `nodejs20.x` | `node20` | | `nodejs18.x` | `node18` | | `nodejs16.x` | `node16` | | `nodejs14.x` | `node14` |