webpack / webpack

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
https://webpack.js.org
MIT License
64.3k stars 8.73k forks source link

fix ci. remove macos 10.x build #18377

Closed vankop closed 1 month ago

vankop commented 1 month ago

What kind of change does this PR introduce?

fix ci

Did you add tests for your changes? no

Does this PR introduce a breaking change? no

What needs to be documented once your changes are merged? nothing

webpack-bot commented 1 month ago

For maintainers only:

alexander-akait commented 1 month ago

Fixed by https://github.com/webpack/webpack/pull/18359, let's use, because we still need more test on different node.js versions and macos to catch potential problems