From 6c112216598ef9d7a3c2107c72f4a86400fd94a0 Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Fri, 22 Dec 2023 12:07:52 +0530 Subject: [PATCH] list config --- .github/workflows/ftest.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}