fix integration test workflow

This commit is contained in:
Yuri Kuznetsov
2022-02-09 14:23:11 +02:00
parent 91aeacbf35
commit 7ec559ea42
3 changed files with 7 additions and 9 deletions

View File

@@ -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
View File

@@ -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",

View File

@@ -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",