diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebb79678ff9..c28457b1986 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,7 +97,7 @@ jobs: - os: windows-latest arch: x64 node-version: - - 24.10.0 + - 24.19.0 steps: - name: Checkout Texera uses: actions/checkout@v7 @@ -1309,7 +1309,7 @@ jobs: uses: actions/setup-node@v7 with: # Matches the frontend job's pinned Node. - node-version: 24.10.0 + node-version: 24.19.0 - name: Prepare Yarn 1.22.22 # The package ships a classic (v1) lockfile; pin the matching Yarn # via corepack rather than relying on the runner image's bundled diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 1321846d97b..f4b7be10f4c 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -53,6 +53,6 @@ jobs: - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 - name: Submit sbt dependency graph - uses: scalacenter/sbt-dependency-submission@d84eef4c09e633bcf5f113bcad7fd5e9af1baee9 # v3.1.1 + uses: scalacenter/sbt-dependency-submission@d84eef4c09e633bcf5f113bcad7fd5e9af1baee9 # v3.2.3 with: configs-ignore: provided optional test compile-internal runtime-internal scala-tool scala-doc-tool