This is an automated email from the ASF dual-hosted git repository. gerben pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit b01648e9c55bb0787a31bcdab587b2cdd2681d67 Author: Gerben <[email protected]> AuthorDate: Sun Jun 6 15:31:41 2021 +0200 Add node 16 to engines --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01f2cfa..6ff42e2 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "webpack-dev-server": "^3.10.1" }, "engines": { - "node": "^12.20 || ^14.15 || ^15.4", + "node": "^12.20 || ^14.15 || ^15.4 || ^16.0", "yarn": "^1.5.0" } }
