From d1d93f19701a20d50c59ce2885d31ed714d5d688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 13:40:09 +0000 Subject: [PATCH] chore(deps): update node.js to v18 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32b3a2b4..b5434cbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "conventional-changelog-conventionalcommits": "5.0.0" }, "engines": { - "node": "16.18" + "node": "18.12" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 600faae3..34c28c64 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "conventional-changelog-conventionalcommits": "5.0.0" }, "engines": { - "node": "16.18" + "node": "18.12" } }