Skip to content

Commit 4090052

Browse files
authored
pages build image release note (cloudflare#21827)
* release note * Update pages.yaml * Update pages.yaml
1 parent 2d94b4b commit 4090052

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/release-notes/pages.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ productLink: "/pages/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-04-18"
9+
title: Action recommended - Node.js 18 end-of-life and impact on Pages Build System V2
10+
description: |-
11+
- If you are using [Pages Build System V2](/pages/configuration/build-image/) for a Git-connected Pages project, note that the default Node.js version, **Node.js 18**, will end its LTS support on **April 30, 2025**.
12+
- Pages will not change the default Node.js version in the Build System V2 at this time, instead, we **strongly recommend pinning a modern Node.js version** to ensure your builds are consistent and secure.
13+
- You can [pin any Node.js version](/pages/configuration/build-image/#override-default-versions) by:
14+
1. Adding a `NODE_VERSION` environment variable with the desired version specified as the value.
15+
2. Adding a `.node-version` file with the desired version specified in the file.
16+
- Pinning helps avoid unexpected behavior and ensures your builds stay up-to-date with your chosen runtime. We also recommend pinning all critical tools and languages that your project relies on.
817
- publish_date: "2025-02-26"
918
title: Support for pnpm 10 in build system
1019
description: |-

0 commit comments

Comments
 (0)