From 9a126da6f335617b60183c86d16d93f0f527f337 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Wed, 29 Jan 2020 11:58:29 -0800 Subject: [PATCH] feat: lower the engine requirement to node 10.15.0 (#750) Some people are still on 10.15, like the Google cloud. We can relax our supported node version a little bit to support them. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14691102afe25..063a25a97caa3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "engines": { - "node": ">=10.17.0" + "node": ">=10.15.0" }, "main": "index.js", "playwright": {