Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions src/assets/images/workers/nodejs-schedule.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Node.js v18 is end-of-life and no longer supported in Wrangler
description: Node.js v18 is end-of-life and no longer supported in Wrangler
products:
- workers
date: 2025-05-30T00:00:00Z
---

Effective from version 4.18.0, Wrangler no longer supports Node.js v18.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something brief here about how non-LTS versions of Node.js don't get security updates? To connect the dots on context for why we would only support Current, Active, Maintainence versions?

This is in line with our [policy](https://developers.cloudflare.com/changelog/2025-02-28-wrangler-v4-rc/#clearer-policy-for-the-minimum-required-version-of-nodejs-required-to-run-wrangler) of supporting the [Current, Active, and Maintenance](https://nodejs.org/en/about/previous-releases) versions of Node.js.
Node.js v18 reached [end-of-life](https://github.com/nodejs/release?tab=readme-ov-file#end-of-life-releases) on 2025-04-30 and no longer receives critical bug fixes and security updates.
All versions of Node.js that are currently supported by the Node.js project are supported by Wrangler.

![Node.js versions](/src/assets/images/workers/nodejs-schedule.svg)
Loading