FormidableLabs / webpack-dashboard

A CLI dashboard for webpack dev server
MIT License
13.87k stars 363 forks source link

webpack-dashboard: ensure actions use node18 #360

Closed acharyakavita closed 3 months ago

acharyakavita commented 3 months ago

This project is referencing old versions of Node we no longer want to support (I.e < 18). In order to conform with Nearform_Commerce OSS standards, please convert the action from in matrices and instead run for node 18.

acharyakavita commented 3 months ago

implemented the changes as a part of https://github.com/FormidableLabs/webpack-dashboard/pull/359