From 93ba817929bceef308fcaa97af49b420ebd90088 Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Fri, 22 Dec 2023 11:10:11 +0530 Subject: [PATCH] node14 --- .github/workflows/ftest.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ftest.yaml b/.github/workflows/ftest.yaml index 861c9c9875..5eef5fa20f 100644 --- a/.github/workflows/ftest.yaml +++ b/.github/workflows/ftest.yaml @@ -39,7 +39,7 @@ jobs: with: registry-url: ${{ env.NPM_REPOSITORY }} scope: '@nuxeo' - node-version: 18 + node-version: 14 - uses: actions/setup-java@v2 with: @@ -55,17 +55,17 @@ jobs: echo ::set-output name=branch::${{ env.REFERENCE_BRANCH }} fi - - name: Install Web UI - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} - run: | - npm install - pushd packages/nuxeo-web-ui-ftest - npm install - popd - pushd packages/nuxeo-designer-catalog - npm install - popd + # - name: Install Web UI + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} + # run: | + # npm install + # pushd packages/nuxeo-web-ui-ftest + # npm install + # popd + # pushd packages/nuxeo-designer-catalog + # npm install + # popd - name: Checkout the nuxeo-elements repo uses: actions/checkout@v2