From 77b1b8b69767ec4dacc5fc5f11d3f8d4b084a560 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Tue, 10 Oct 2023 23:26:09 +0300 Subject: [PATCH] Update benchmark.yml --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c2735c06bb7..aa8aa187766 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -8,4 +8,4 @@ jobs: uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@main with: script: 'yarn build && yarn benchmark:basic' - nodeVersions: '[16,18]' + nodeVersions: '[18,20]'