Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (docker): npm dependencies warning Unsupported engine (#1074)
**Sylius version affected: 2.0** **Steps to reproduce** - `git clone https://github.com/Sylius/Sylius-Standard.git` - `make init` - Waiting for node dependencies to be installed When running `npm install` a warning appears: `package: '@sylius-ui/[email protected]' required: { node: '^20 || ^22' }. But docker runs 'v18.12.1'` 
- Loading branch information