From 3a10a31f20a905708d15da0642d35784ba484652 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Mon, 12 Feb 2024 14:37:10 +0100 Subject: [PATCH] ci: remove --legacy-peer-deps --- .github/workflows/angular.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 432c0f8..fe5349d 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -25,6 +25,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - - run: npm ci --legacy-peer-deps + - run: npm ci - run: npm run build --if-present - run: npm test