From b81031ac4969928c551dd8cd658575db08e6f598 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Fri, 27 Jun 2025 11:50:49 +0200 Subject: [PATCH] ci: Use generic node 18 for node-integration-tests No need to overwrite to a specific version here anymore, I believe. --- .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 980a1be55b61..c33391b6de73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -709,7 +709,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['18.20.5', 20, 22, 24] + node: [18, 20, 22, 24] typescript: - false include: