pinning ng-anr and ng-backoffice versions
parent
62681f0275
commit
3daefd99ed
|
@ -51,17 +51,16 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
npm install
|
||||
head node_modules/ng_client/src/ClientApp.js
|
||||
|
||||
- name: Install ng-anr dependencies
|
||||
run: |
|
||||
npm install
|
||||
working-directory: node_modules/ng_anr/
|
||||
|
||||
- name: Install ng-client dependencies
|
||||
- name: Install ng-backoffice dependencies
|
||||
run: |
|
||||
npm install
|
||||
working-directory: node_modules/ng_client/
|
||||
working-directory: node_modules/ng_backoffice/
|
||||
|
||||
# final "cleanup"
|
||||
- name: post job
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"author": "CASES",
|
||||
"license": "GNU Affero General Public License version 3",
|
||||
"dependencies": {
|
||||
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git#master",
|
||||
"ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#master"
|
||||
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git#v2.11.1-p5",
|
||||
"ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#v2.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~1.5.3",
|
||||
|
|
Loading…
Reference in New Issue