@inveniosoftware/react-invenio-app-ils 2.1.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,5 +12,5 @@ environment:
12
12
  ```shell
13
13
  $ rm -rf package-lock.json node_modules
14
14
  # Run the container with x86_64 architecture and install packages
15
- $ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:14-alpine sh -c "npm install"
15
+ $ docker run -it --platform="linux/amd64" --rm -v $(pwd):/app -w /app node:22-alpine sh -c "npm install"
16
16
  ```