webpack / webpack-cli

Webpack's Command Line Interface
https://webpack.js.org/api/cli
MIT License
2.56k stars 603 forks source link

build!: the minimum required Node.js version is `18.12.0` #4291

Closed snitin315 closed 1 week ago

snitin315 commented 2 weeks ago

What kind of change does this PR introduce? build

Did you add tests for your changes? No

If relevant, did you update the documentation? No

Summary

The minimum required Node.js version is 18.12.0

Does this PR introduce a breaking change? Yes

Other information No

alexander-akait commented 2 weeks ago

@snitin315 Feel free to continue work in this branch on other next changes

snitin315 commented 2 weeks ago

@alexander-akait Created separate next branch. Are you fine with the minimum version as 18.18.0?

alexander-akait commented 2 weeks ago

Let's use :

"engines": {
    "node": ">= 18.12.0"
  },
snitin315 commented 2 weeks ago

@alexander-akait Done!