From d94f737827a038f945241a38f9312523f90a55fe Mon Sep 17 00:00:00 2001 From: Misha Kolesnik Date: Wed, 4 Oct 2023 14:42:46 +0300 Subject: [PATCH] chore: Update Node.js version in reusable-perfomance-tests.yml workflow (#608) --- .github/workflows/reusable-perfomance-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-perfomance-tests.yml b/.github/workflows/reusable-perfomance-tests.yml index 0e39bebd19..65bb105fd3 100644 --- a/.github/workflows/reusable-perfomance-tests.yml +++ b/.github/workflows/reusable-perfomance-tests.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "yarn" cache-dependency-path: "**/yarn.lock"