From a8ab23700f48d6471e5a11df6694373f308790b7 Mon Sep 17 00:00:00 2001 From: Farzad Date: Thu, 4 Apr 2024 03:08:25 -0400 Subject: [PATCH] Fix test runner issues by upgrading nodejs version to 18.17.1 (#10672) --- .nvmrc | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 617bcf916b..4a1f488b6c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.14.1 +18.17.1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28c5765ce4..cc891d3698 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ We welcome contributions of any size and skill level. As an open source project, ### Prerequisites ```shell -node: "^>=18.14.1" +node: "^>=18.17.1" pnpm: "^8.6.12" # otherwise, your build will fail ```