Skip to content

Commit 79b2e90

Browse files
Cloudflare Pages build image v3 changelog (#22802)
* Cloudflare Pages build image v3 changelog * Apply suggestions from code review --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent a137188 commit 79b2e90

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Cloudflare Pages builds now provide Node.js v22 by default
3+
description: A new V3 build image for Cloudflare Pages includes Node.js v22 as the default version
4+
products:
5+
- pages
6+
date: 2025-05-30T00:00:00Z
7+
---
8+
9+
When you use the built-in build system that is part of [Cloudflare Pages](/pages/), the [Build Image](/pages/configuration/build-image/) now includes Node.js v22. Previously, Node.js v18 was provided by default, and Node.js v18 is now end-of-life (EOL).
10+
11+
If you are creating a new Pages project, the new V3 build image that includes Node.js v22 will be used by default. If you have an existing Pages project, you can update to the latest build image by navigating to Settings > Build & deployments > Build system version in the Cloudflare dashboard for a specific Pages project.
12+
13+
Note that you can always specify a particular version of Node.js or other built-in dependencies by [setting an environment variable](/pages/configuration/build-image/#override-default-versions).
14+
15+
For more, refer to the [developer docs for Cloudflare Pages builds](/pages/configuration/build-image)

0 commit comments

Comments
 (0)