Skip to content

Commit 158104a

Browse files
authored
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'` ![Screenshot from 2024-11-15 18-08-45](https://github.com/user-attachments/assets/9f3849d8-68f1-441f-a4f4-b3602550abb0)
2 parents 27a33af + 37b8dce commit 158104a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.override.dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
ports:
5050
- "80:80"
5151
nodejs:
52-
image: node:${NODE_VERSION:-18}-alpine
52+
image: node:${NODE_VERSION:-20}-alpine
5353
user: ${DOCKER_USER:-1000:1000}
5454
working_dir: /srv/sylius
5555
entrypoint: [ "/bin/sh","-c" ]

0 commit comments

Comments
 (0)