From cfc93e2ecb08188f81f33245622c37a6a7058034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:29:03 -0700 Subject: [PATCH] chore(deps): update node.js to v16 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b561939..8a8e4c7 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "probot": "^12.0.0" }, "engines": { - "node": "12.x" + "node": "16.x" } }