Skip to content

docs: bump minimum Node version to 20.12.0 (#2394)#2494

Merged
kermanx merged 4 commits into
slidevjs:mainfrom
GoldFoylee:fix/node-version-req-2394
Mar 29, 2026
Merged

docs: bump minimum Node version to 20.12.0 (#2394)#2494
kermanx merged 4 commits into
slidevjs:mainfrom
GoldFoylee:fix/node-version-req-2394

Conversation

@GoldFoylee

Copy link
Copy Markdown
Contributor

Fixes #2394.

As reported, @iconify/utils now requires node:util.styleText, which was introduced in Node v20.12.0. This PR updates the engines field across all packages and reflects the new minimum requirement in the README and Getting Started guide to prevent build crashes for users on older Node versions.

@netlify

netlify Bot commented Mar 19, 2026

Copy link
Copy Markdown

Deploy Preview for slidev ready!

Name Link
🔨 Latest commit 0773a00
🔍 Latest deploy log https://app.netlify.com/projects/slidev/deploys/69c931de429d0900085991ce
😎 Deploy Preview https://deploy-preview-2494--slidev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new

pkg-pr-new Bot commented Mar 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

@slidev/client

npm i https://pkg.pr.new/@slidev/client@2494

create-slidev

npm i https://pkg.pr.new/create-slidev@2494

create-slidev-theme

npm i https://pkg.pr.new/create-slidev-theme@2494

@slidev/parser

npm i https://pkg.pr.new/@slidev/parser@2494

@slidev/cli

npm i https://pkg.pr.new/@slidev/cli@2494

@slidev/types

npm i https://pkg.pr.new/@slidev/types@2494

commit: 0773a00

@GoldFoylee

Copy link
Copy Markdown
Contributor Author

The core test suites are passing across Ubuntu, macOS, and Windows. The Netlify deploy previews are failing due to the Node version mismatch in the build container, but I've updated netlify.toml to 20.12.0 to assist with the transition. Ready for review

@kermanx
kermanx merged commit 3ee54d3 into slidevjs:main Mar 29, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SyntaxError: The requested module 'node:util' does not provide an export named 'styleText'

2 participants