Skip to content

Commit

Permalink
Merge pull request #14 from Gregoraz/main
Browse files Browse the repository at this point in the history
feat: Update README.md
  • Loading branch information
Uwe Kleinmann authored Feb 1, 2024
2 parents 28fb5d7 + 226ca09 commit 7e11cba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,17 @@ We create and tag different images with nodes `12`, `14`, `16` and `18`.

As a default for the legacy images (without explicit node tag), node in version `14` is used.

#### Note
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.
```
.build-js: &build-js
stage: build-js
image: "kellerkinder/pipeline-image:PHP_8.1-NODE_18"
variables:
DATABASE_URL: ''
SHOPWARE_SKIP_BUNDLE_DUMP: '1'
NPM_CONFIG_ENGINE_STRICT: 'false'
```

## License
MIT

0 comments on commit 7e11cba

Please sign in to comment.