diff --git a/.github/workflows/ftest.yaml b/.github/workflows/ftest.yaml index 9673691f74..861c9c9875 100644 --- a/.github/workflows/ftest.yaml +++ b/.github/workflows/ftest.yaml @@ -95,6 +95,12 @@ jobs: popd popd + - name: List npm config + run: | + npm install -g npm@latest + npm cache clean --force + npm config ls -l + - name: Link elements to Web UI run: | npm install --no-package-lock --@nuxeo:registry="${{ env.NPM_REPOSITORY }}" nuxeo-elements/core/${ELEMENTS_CORE} --verbose