From d378e4a70cc3c4544cfccfee963afda100749730 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Thu, 11 Jul 2024 10:43:09 -0700 Subject: [PATCH] benchmarks.yml: use node 18.x with reflex-web@main (#3657) --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 4fbc937c2..9395e8729 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -30,7 +30,7 @@ jobs: # Show OS combos first in GUI os: [ubuntu-latest] python-version: ['3.11.4'] - node-version: ['16.x'] + node-version: ['18.x'] runs-on: ${{ matrix.os }} steps: @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 with: repository: reflex-dev/reflex-web - ref: reflex-ci + ref: main path: reflex-web - name: Install Requirements for reflex-web