From 0f59dd5ce6b648a5706bd432afc132fdaf36841f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20A=C3=ADsa?= Date: Fri, 25 Jul 2025 16:46:34 +0100 Subject: [PATCH] Update Node version to 22.17.0 We need to update the Node version to 22.17.0 in the Swift CI for Docc-Render, to ensure compatibility with the updated Node version used in the project. [1] [1] https://github.com/swiftlang/swift-docc-render/pull/952 --- swift-ci/swift-docc-render/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-ci/swift-docc-render/Dockerfile b/swift-ci/swift-docc-render/Dockerfile index 6ed64136..8f775172 100644 --- a/swift-ci/swift-docc-render/Dockerfile +++ b/swift-ci/swift-docc-render/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.17.4 +FROM node:22.17.0 ARG SWIFT_DOCC_RENDER_BRANCH=main