Skip to content

Commit 616ccea

Browse files
committed
Auto merge of #136631 - marcoieni:install-node-22, r=<try>
ci: install node 22 try-job: aarch64-gnu try-job: aarch64-gnu-debug
2 parents 5958825 + 8741dbd commit 616ccea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ jobs:
104104
with:
105105
fetch-depth: 2
106106

107+
- uses: actions/setup-node@v4
108+
with:
109+
node-version: 22
110+
107111
# Free up disk space on Linux by removing preinstalled components that
108112
# we do not need. We do this to enable some of the less resource
109113
# intensive jobs to run on free runners, which however also have

0 commit comments

Comments
 (0)