diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a46d123c5d94..180b99f46a34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,10 @@ jobs: with: fetch-depth: 2 + - uses: actions/setup-node@v4 + with: + node-version: 22 + # Free up disk space on Linux by removing preinstalled components that # we do not need. We do this to enable some of the less resource # intensive jobs to run on free runners, which however also have