mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix integration test workflow
This commit is contained in:
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16.x
|
||||
|
||||
- name: Setup PHP with Composer
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
||||
12
package-lock.json
generated
12
package-lock.json
generated
@@ -16,7 +16,7 @@
|
||||
"bootstrap": "^3.4.1",
|
||||
"bootstrap-colorpicker": "^2.5.2",
|
||||
"bootstrap-datepicker": "^1.9.0",
|
||||
"bullbone": "git://github.com/yurikuzn/bull.git#1.0.3",
|
||||
"bullbone": "github:yurikuzn/bull#1.0.4",
|
||||
"cronstrue": "^1.114.0",
|
||||
"cropper": "^0.7.9",
|
||||
"devbridge-autocomplete": "^1.4.9",
|
||||
@@ -852,9 +852,8 @@
|
||||
}
|
||||
},
|
||||
"node_modules/bullbone": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "git+ssh://git@github.com/yurikuzn/bull.git#ce23e221456aca079cee34ce48cf5c4720730610",
|
||||
"integrity": "sha512-4J+2wlU9M9re6mjALpctU2wjwYK7nVGyd6t245egbGlX3g9Bt+Bd3ApFUHot1IX+7rUoD88c2YzbNt/NrghLpQ==",
|
||||
"version": "1.0.4",
|
||||
"resolved": "git+ssh://git@github.com/yurikuzn/bull.git#5a6a8172e3939a758286db75aadb55f4542546fc",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
@@ -4488,9 +4487,8 @@
|
||||
"dev": true
|
||||
},
|
||||
"bullbone": {
|
||||
"version": "git+ssh://git@github.com/yurikuzn/bull.git#ce23e221456aca079cee34ce48cf5c4720730610",
|
||||
"integrity": "sha512-4J+2wlU9M9re6mjALpctU2wjwYK7nVGyd6t245egbGlX3g9Bt+Bd3ApFUHot1IX+7rUoD88c2YzbNt/NrghLpQ==",
|
||||
"from": "bullbone@git://github.com/yurikuzn/bull.git#1.0.3"
|
||||
"version": "git+ssh://git@github.com/yurikuzn/bull.git#5a6a8172e3939a758286db75aadb55f4542546fc",
|
||||
"from": "bullbone@github:yurikuzn/bull#1.0.4"
|
||||
},
|
||||
"caniuse-lite": {
|
||||
"version": "1.0.30001309",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"bootstrap": "^3.4.1",
|
||||
"bootstrap-colorpicker": "^2.5.2",
|
||||
"bootstrap-datepicker": "^1.9.0",
|
||||
"bullbone": "git://github.com/yurikuzn/bull.git#1.0.3",
|
||||
"bullbone": "github:yurikuzn/bull#1.0.4",
|
||||
"cronstrue": "^1.114.0",
|
||||
"cropper": "^0.7.9",
|
||||
"devbridge-autocomplete": "^1.4.9",
|
||||
|
||||
Reference in New Issue
Block a user