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