From a6d365073db7df2eb43cc17a2858348bcfca8629 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:58:42 +0200 Subject: [PATCH] chore(deps): update node.js to v18 (#203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sebastian Silbermann --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bae01218..1273cf44 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "access": "public" }, "volta": { - "node": "14.21.3" + "node": "18.15.0" } }