From 3b8698576fc1355bcfd6ebc1cc450c56160e71e5 Mon Sep 17 00:00:00 2001 From: "Michael H. Oshita" Date: Sat, 3 Dec 2022 20:13:16 +0900 Subject: [PATCH] Update README.md add nodejs16.x support per https://github.com/JupiterOne/playwright-aws-lambda/pull/52 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 410898f..40c4ab2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm install playwright-core playwright-aws-lambda --save ## Usage -This package works with the `nodejs10.x`, `nodejs12.x` and `nodejs14.x` AWS Lambda runtimes +This package works with the `nodejs10.x`, `nodejs12.x`, `nodejs14.x` and `nodejs16.x` AWS Lambda runtimes out of the box. ```javascript