Skip to content

Commit 6c2fdd6

Browse files
authored
Update pages.yaml
1 parent 583be84 commit 6c2fdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/release-notes/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ entries:
99
title: Action recommended - Node.js 18 end-of-life and impact on Pages Build System V2
1010
description: |-
1111
- 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.
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.
1313
- You can [pin any Node.js version](/pages/configuration/build-image/#override-default-versions) by:
1414
1. Adding a `NODE_VERSION` environment variable with the desired version specified as the value.
1515
2. Adding a `.node-version` file with the desired version specified in the file.

0 commit comments

Comments
 (0)