1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/.yarn
Elliot Winkler e96b6860a4
Check Node (and Yarn) versions at install (#19537)
Unlike Yarn Classic, Yarn Berry will not verify that the current version
of Node being used matches the `engines` field in `package.json`.
However, someone has written a plugin, [`engines`][1], that provides
this missing functionality, and this commits adds that plugin. This
should ensure that all developers are using the correct version of Node.
(In addition to checking the current Node version, the plugin also
checks the current Yarn version.)

[1]: https://github.com/devoto13/yarn-plugin-engines
2023-06-09 11:23:23 -06:00
..
patches Handle watch asset accept and reject using ApprovalController only (#18829) 2023-06-05 21:13:22 +01:00
plugins/@yarnpkg Check Node (and Yarn) versions at install (#19537) 2023-06-09 11:23:23 -06:00
releases upgrade yarn to version 3 (#16232) 2022-12-08 10:38:04 -06:00