From 8d79dbfd360a027024ea0c8eebc69d3f2f218bd2 Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Wed, 22 May 2024 17:52:05 +0300 Subject: [PATCH] run tests --- .github/workflows/integrationTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationTests.yml b/.github/workflows/integrationTests.yml index 053319756..b9d77fc25 100644 --- a/.github/workflows/integrationTests.yml +++ b/.github/workflows/integrationTests.yml @@ -289,7 +289,7 @@ jobs: - name: Install npm uses: actions/setup-node@v3 with: - node-version: matrix.node + node-version: ${{ matrix.node }} - name: Config list run: npm config ls -l