Skip to content

Commit 0f59dd5

Browse files
committed
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] swiftlang/swift-docc-render#952
1 parent 3bf68fb commit 0f59dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/swift-docc-render/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.4
1+
FROM node:22.17.0
22

33
ARG SWIFT_DOCC_RENDER_BRANCH=main
44

0 commit comments

Comments
 (0)