diff --git a/.github/workflows/ftest.yaml b/.github/workflows/ftest.yaml index a848b19521..7714e1a28d 100644 --- a/.github/workflows/ftest.yaml +++ b/.github/workflows/ftest.yaml @@ -39,7 +39,7 @@ jobs: with: registry-url: 'https://packages.nuxeo.com/repository/npm-public/' scope: '@nuxeo' - node-version: 18 + node-version: 14 - uses: actions/setup-java@v2 with: @@ -95,6 +95,10 @@ jobs: popd popd + - name: List npm config + run: | + 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}