Ver código fonte

benchmarks.yml: use node 18.x with reflex-web@main (#3657)

Masen Furer 10 meses atrás
pai
commit
d378e4a70c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/benchmarks.yml

+ 2 - 2
.github/workflows/benchmarks.yml

@@ -30,7 +30,7 @@ jobs:
         # Show OS combos first in GUI
         # Show OS combos first in GUI
         os: [ubuntu-latest]
         os: [ubuntu-latest]
         python-version: ['3.11.4']
         python-version: ['3.11.4']
-        node-version: ['16.x']
+        node-version: ['18.x']
 
 
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
     steps:
@@ -49,7 +49,7 @@ jobs:
         uses: actions/checkout@v4
         uses: actions/checkout@v4
         with:
         with:
           repository: reflex-dev/reflex-web
           repository: reflex-dev/reflex-web
-          ref: reflex-ci
+          ref: main
           path: reflex-web
           path: reflex-web
 
 
       - name: Install Requirements for reflex-web
       - name: Install Requirements for reflex-web