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"