From 6389131ba1d13de720e834d9bee991d01748fd66 Mon Sep 17 00:00:00 2001 From: bcd00 <47297759+bcd00@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:00:48 +0000 Subject: [PATCH] Update client.yml --- .github/workflows/client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 69e49557..7aaf99f9 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node.js CI +name: ove-client on: push: @@ -27,5 +27,5 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm install --legacy-peer-deps - run: npx nx run ove-client:build