From 4cd22caae7e5d83575e2b7b1b24582f2f3503585 Mon Sep 17 00:00:00 2001 From: arifanadeem Date: Tue, 11 Nov 2025 15:41:42 +0500 Subject: [PATCH] only one node --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6f8d7a0..a0a737c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: