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