From 43f39046b392f1724e8d9842ae239019ce9d0720 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 4 Oct 2021 17:02:44 +0200 Subject: [PATCH] MDL-72623 nodejs: Bump from v14.15.0 to v14.18.0 Without modifying any installed package or dependency because, after trying to do so, the updated stuff is huge and leads to some JS validation / minimisation problems. --- .nvmrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 55d1782166255..b2d264b67dfd3 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v14.15.0 +v14.18.0 diff --git a/package.json b/package.json index 4c646377acb6f..e4818f976137c 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "xpath": "0.0.27" }, "engines": { - "node": ">=14.15.0 <15" + "node": ">=14.18.0 <15" } }