diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c381d11c..c5680e73 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '24' + node-version: '26' - name: Install dependencies run: npm install --include=dev @@ -90,4 +90,4 @@ jobs: issue_number, body }); - } \ No newline at end of file + }