From 9e30067f0f30ca329b7b77498f0c2de0f9e285d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:18:50 +0000 Subject: [PATCH] Update Node.js to v20 --- .npmrc | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index f5357d5e..054bbc73 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ save=true save-exact=true + diff --git a/package.json b/package.json index 267ea704..b5bba516 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ ] }, "engines": { - "node": "12.22.1", + "node": "20.9.0", "npm": "6.14.13" }, "snyk": true