From 3b5ebe06aacc6c081505d22deae63befb41542c1 Mon Sep 17 00:00:00 2001 From: Oleh Bairak <118197764+olehbairak@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:39:57 +0100 Subject: [PATCH] Update integration-tests-api.yml --- .github/workflows/integration-tests-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-api.yml b/.github/workflows/integration-tests-api.yml index 69c5dd98dd..b42ffe81ee 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -11,7 +11,7 @@ jobs: checks: write strategy: matrix: - node-version: ['lts/*'] # 18.17.1 or lts/* + node-version: ['lts/*'] # 18.17.1 or lts/* test-pattern: - accounts.test.ts - addresses.test.ts