From 39c67e2b92b6c9cdbf628c54e1472988a4315330 Mon Sep 17 00:00:00 2001 From: llamantino <213239228+llamantino@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:13:10 +0200 Subject: [PATCH] fix(ci): fix fe unit tests workflow failure due to invalid node-version value (#9928) --- .github/workflows/fe-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fe-unit-tests.yml b/.github/workflows/fe-unit-tests.yml index ce524c257c..c275034adc 100644 --- a/.github/workflows/fe-unit-tests.yml +++ b/.github/workflows/fe-unit-tests.yml @@ -24,7 +24,7 @@ jobs: runs-on: blacksmith-4vcpu-ubuntu-2204 strategy: matrix: - node-version: 22 + node-version: [22] fail-fast: true steps: - name: Checkout