Skip to content

Commit 62391d9

Browse files
author
Uwe Kleinmann
authored
Update README.md
1 parent 7e11cba commit 62391d9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,7 @@ We create and tag different images with nodes `12`, `14`, `16` and `18`.
3838
As a default for the legacy images (without explicit node tag), node in version `14` is used.
3939

4040
#### Note
41-
If your package.json requires a specific NPM version, you may have to set NPM_CONFIG_ENGINE_STRICT to 'false' to get NodeJS to ignore that. Usually (e.g. with Shopware) it should still work flawlessly.
42-
```
43-
.build-js: &build-js
44-
stage: build-js
45-
image: "kellerkinder/pipeline-image:PHP_8.1-NODE_18"
46-
variables:
47-
DATABASE_URL: ''
48-
SHOPWARE_SKIP_BUNDLE_DUMP: '1'
49-
NPM_CONFIG_ENGINE_STRICT: 'false'
50-
```
41+
If your `package.json` requires a specific NPM version, you may have to set `NPM_CONFIG_ENGINE_STRICT` to `false` in your environment to get NodeJS to ignore that.
5142

5243
## License
5344
MIT

0 commit comments

Comments
 (0)