pinning ng-anr and ng-backoffice versions

pull/10/head
Rémi Laurent 2022-05-31 10:07:12 +02:00
parent 62681f0275
commit 3daefd99ed
2 changed files with 4 additions and 5 deletions

View File

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

View File

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