From 542cde677ba36ce2bc9a8c73401b69d6efd44b02 Mon Sep 17 00:00:00 2001 From: "prefect-renovate[bot]" <313130218+prefect-renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 13:49:31 -0500 Subject: [PATCH] chore(deps): Update dependency node to v24 (#4807) Co-authored-by: prefect-renovate[bot] <313130218+prefect-renovate[bot]@users.noreply.github.com> Co-authored-by: nate nowack --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7db2b5865..b94e062c7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -90,7 +90,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v7 with: - node-version: "22" + node-version: "24" - name: Run conformance tests uses: ./.github/actions/run-pytest