diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68dba6ab9..1ae224f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -398,7 +398,7 @@ jobs: - uses: actions/checkout@v7 with: persist-credentials: false - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v7 with: node-version: '26.5.1' - name: Install pnpm @@ -504,7 +504,7 @@ jobs: run: | cp "$CARGO_TARGET_DIR/test-fast/mlxcel-server" "$RUNNER_TEMP/mlxcel-webui-installed/mlxcel-server-feature-off" cp "$CARGO_TARGET_DIR/test-fast/mlxcel" "$RUNNER_TEMP/mlxcel-webui-installed/mlxcel-feature-off" - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v7 with: node-version: '26.5.1' - name: Install pnpm for real-router browser harness