mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user