Skip to content

Is NodeJS v10 supposed to be supported in tests? #19579

Answered by absidue
cseas asked this question in Q&A
Discussion options

You must be logged in to vote

No, you just have to make sure you are not using any modern JavaScript features, running it with Node.js 10 happens in CI which installs older versions of the development dependencies for Node.js 10.

Ref: https://github.com/webpack/webpack/blob/main/.github/workflows/test.yml

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alexander-akait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #19578 on June 03, 2025 13:15.