From 2dff902ff52bd00aa4099e9856365c41db8e74e7 Mon Sep 17 00:00:00 2001 From: Konstantin Komelin Date: Wed, 27 Nov 2024 17:25:26 +0100 Subject: [PATCH] Increased node version for test pipeline. --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 9c6f7c6..51b0cec 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v3