diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index abbee87982..3450eb6025 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -174,7 +174,7 @@ jobs: - name: show files run: | echo "====NX====" - find node_modules/nx/ -maxdepth 1 -type d || true + find node_modules -maxdepth 1 -type d || true # - uses: ./.github/actions/download-cache-and-artifacts # with: # packages: 'node_modules'