Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading