File tree 4 files changed +22376
-28418
lines changed
4 files changed +22376
-28418
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,13 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Use Node 14
16
- uses : actions/setup-node@v1
16
+ uses : actions/setup-node@v2
17
17
with :
18
18
node-version : 14
19
19
20
+ - name : Set up npm
21
+ run : npm i -g npm
22
+
20
23
- name : Setup PHP
21
24
uses : shivammathur/setup-php@v2
22
25
with :
Original file line number Diff line number Diff line change 5
5
<summary >Integration of SuiteCRM Customer Relationship Management application</summary >
6
6
<description ><![CDATA[ SuiteCRM integration provides a dashboard widget displaying your important notifications,
7
7
a search provider for content and notifications for activity in SuiteCRM.]]> </description >
8
- <version >1.0.2 </version >
8
+ <version >1.0.3 </version >
9
9
<licence >agpl</licence >
10
10
<author >Julien Veyssier</author >
11
11
<namespace >SuiteCRM</namespace >
18
18
<bugs >https://github.com/eneiluj/integration_suitecrm/issues</bugs >
19
19
<screenshot >https://github.com/eneiluj/integration_suitecrm/raw/master/img/screenshot1.jpg</screenshot >
20
20
<dependencies >
21
- <database min-version =" 9.4" >pgsql</database >
22
- <database >sqlite</database >
23
- <database min-version =" 5.5" >mysql</database >
24
- <nextcloud min-version =" 22" max-version =" 23" />
21
+ <nextcloud min-version =" 22" max-version =" 24" />
25
22
</dependencies >
26
23
<background-jobs >
27
24
<job >OCA\SuiteCRM\BackgroundJob\CheckAlerts</job >
You can’t perform that action at this time.
0 commit comments