From 876532b16131d89a18e7ffc6d094fe9e79b5ed0a Mon Sep 17 00:00:00 2001 From: Oleh Bairak <118197764+olehbairak@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:52:30 +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 4467199bf9..f191349d4c 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