From 6292a891dad6da8ebd969ec02292abc44a8d1e22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:51:49 -0500 Subject: [PATCH] chore(deps): update node.js to v22 (#1999) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .nvmrc | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nvmrc b/.nvmrc index 2edeafb09..8fdd954df 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 \ No newline at end of file +22 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a5efe5239..8f3910633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "prettier-plugin-tailwindcss": "0.6.9" }, "engines": { - "node": "20.x" + "node": "22.x" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index c77731c01..2e8335f0b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "license": "MIT", "engines": { - "node": "20.x" + "node": "22.x" }, "author": "Alessia Bellisario ", "repository": {