[ACA-4646] Upgrade to Node 18 (#3163)

* regenerate lock file

* switch gha to node 18

* fix dependencies for Node 18

* fix the ci/cd command invokation

* update readme

* fix run-e2e command

* fix artifact name for e2e test results
This commit is contained in:
Denys Vuika
2023-05-05 16:37:51 +01:00
committed by GitHub
parent 222f487e70
commit efda5d1461
7 changed files with 22088 additions and 12862 deletions

View File

@@ -50,7 +50,7 @@ Run the following commands:
```sh
npm install
npm start content-ce
npm start
```
### Using Local ADF
@@ -58,7 +58,7 @@ npm start content-ce
Clone the `alfresco-ng2-components` and `alfresco-content-app` repositories in the same folder, and run the following command:
```sh
npm start content-ce -- --configuration=adf
npm start -- --configuration=adf
```
Changing the ADF code results in the recompilation and hot-reloading of the ACA application.