From 3daefd99ed7cb0853cdf332020b5b18e3712b773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Laurent?= Date: Tue, 31 May 2022 10:07:12 +0200 Subject: [PATCH] pinning ng-anr and ng-backoffice versions --- .github/workflows/releases.yml | 5 ++--- package.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index e69ca4c..dd15693 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -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 diff --git a/package.json b/package.json index 948b08f..e5db289 100644 --- a/package.json +++ b/package.json @@ -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",