From a1f246b954e3122972038ef5064f5d1a6007f55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Charignon?= Date: Fri, 19 Jan 2024 11:24:14 +0100 Subject: [PATCH] =?UTF-8?q?Utilise=20la=20version=2020=20LTS,=20la=20plus?= =?UTF-8?q?=20recente=20version=20support=C3=A9=20par=20scalingo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tool-versions | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index 9d4768332..557ea46d2 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 21.6.0 +nodejs 20.11.0 diff --git a/package.json b/package.json index 82d9c002a..1a7264899 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "prepare": "husky install" }, "engines": { - "node": "21.6.x", - "npm": "10.2.x" + "node": "20", + "npm": "10" }, "repository": { "type": "git",