From a1fff813e49d620594bfe2822eafc8bd5f4ad1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Cutzach?= Date: Tue, 7 Jan 2025 17:19:49 +0100 Subject: [PATCH] UPDATE: to be consistent with #1255 (#1371) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Context In #1255 node version was updated to node 22 in CI. In #1311 node version was updated to node 22 in `dockerfile` It seems a good idea to upgrade `.nvmrc` to such node version too. ## Proposed solution Update of value in `.nvmrc` ## Has this been tested? - [ ] 👍 yes, I added tests to the test suite - [ ] 💭 no, because this PR is a draft and still needs work - [X] 🙅 no, because this is not relevant here - [ ] 🙋 no, because I need help --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 4a1f488b6c..dc0bb0f439 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.17.1 +v22.12.0