From 34fb9699e769ebc6b231ae140e4a100dfb6c9d55 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Tue, 28 Nov 2023 15:56:12 +0100 Subject: [PATCH] test: test node 18 --- .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 7db348609e..aae0fbaae3 100644 --- a/.github/workflows/integration-tests-api.yml +++ b/.github/workflows/integration-tests-api.yml @@ -12,7 +12,7 @@ jobs: checks: write strategy: matrix: - node-version: ['lts/*'] + node-version: ['18'] # or lts/* test-pattern: - addresses.test.ts - batches.test.ts