diff --git a/.github/workflows/performance-infra.yml b/.github/workflows/performance-infra.yml index ff3f424..3fa57a1 100644 --- a/.github/workflows/performance-infra.yml +++ b/.github/workflows/performance-infra.yml @@ -155,7 +155,7 @@ jobs: run: python3 -m unittest discover -s perf/live/tests -v - name: Set up pinned external protocol client runtime - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "22.23.1"