From d783814a6c9642497a8abd7c9fb33881dd13f331 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Wed, 29 Jan 2025 14:35:52 +0100 Subject: [PATCH] ci(v8): Pin node-integration-test version to `18.20.5` It _seems_ we've got way more flakes since 18.20.6 was released, let's see if this fixes this possibly... --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fe80898bae5..dcaf1b4cf902 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -715,7 +715,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16, 18, 20, 22] + node: [14, 16, '18.20.5', 20, 22] typescript: - false include: