diff --git a/guides/deploy/microservices.md b/guides/deploy/microservices.md index 301a1a0ec..a54433565 100644 --- a/guides/deploy/microservices.md +++ b/guides/deploy/microservices.md @@ -284,7 +284,7 @@ npm i @cap-js/hana --workspace reviews ### Applications -Replace the MTA module for `samples-srv` with versions for each CAP service and adjust `name`, `path`, and `provides[0].name` to match the module name. Also change the `npm-ci` builder to the `npm` builder. +Replace the MTA module for `samples-srv` with versions for each CAP service and adjust `name`, `path`, and `provides[0].name` to match the module name. ::: code-group ```yaml [mta.yaml] @@ -296,7 +296,7 @@ modules: instances: 1 buildpack: nodejs_buildpack build-parameters: - builder: npm # [!code focus] + builder: npm-ci # [!code focus] provides: # [!code focus] - name: bookstore-api # [!code focus] properties: @@ -314,7 +314,7 @@ modules: instances: 1 buildpack: nodejs_buildpack build-parameters: - builder: npm # [!code focus] + builder: npm-ci # [!code focus] provides: # [!code focus] - name: orders-api # [!code focus] properties: @@ -332,7 +332,7 @@ modules: instances: 1 buildpack: nodejs_buildpack build-parameters: - builder: npm # [!code focus] + builder: npm-ci # [!code focus] provides: # [!code focus] - name: reviews-api # [!code focus] properties: