Skip to content

Commit

Permalink
list config
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 22, 2023
1 parent cb42efd commit 6c11221
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 6c11221

Please sign in to comment.