diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7c5c939ee2..12dd475e8f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,6 +15,8 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies uses: bahmutov/npm-install@v1 + with: + install-command: npm ci --legacy-peer-deps - run: npm run test:ci env: REACTJS_VERSION: ${{ matrix.react }}