From 0b272262e99b3416869638065e49c4ba85691edd Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Fri, 22 Dec 2023 12:34:42 +0530 Subject: [PATCH] back to node18 --- .github/workflows/ftest.yaml | 13 +------------ package.json | 2 +- packages/nuxeo-designer-catalog/package.json | 2 +- packages/nuxeo-web-ui-ftest/package.json | 2 +- plugin/a11y/package.json | 2 +- 5 files changed, 5 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ftest.yaml b/.github/workflows/ftest.yaml index 54d15220e4..fb042d3e3b 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: 16 - uses: actions/setup-java@v2 with: @@ -68,17 +68,6 @@ 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: Checkout the nuxeo-elements repo uses: actions/checkout@v2 diff --git a/package.json b/package.json index 9216e9819b..5029dae258 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "Apache-2.0", "vendor": "Nuxeo", "engines": { - "node": ">=18.0.0" + "node": ">=16.0.0" }, "config": { "workboxCli": "3.6.3" diff --git a/packages/nuxeo-designer-catalog/package.json b/packages/nuxeo-designer-catalog/package.json index 72a53a4089..adebf8149d 100644 --- a/packages/nuxeo-designer-catalog/package.json +++ b/packages/nuxeo-designer-catalog/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "vendor": "Nuxeo", "engines": { - "node": ">=18.0.0" + "node": ">=16.0.0" }, "private": true, "main": "index.js", diff --git a/packages/nuxeo-web-ui-ftest/package.json b/packages/nuxeo-web-ui-ftest/package.json index 297073f352..8eb3895281 100644 --- a/packages/nuxeo-web-ui-ftest/package.json +++ b/packages/nuxeo-web-ui-ftest/package.json @@ -11,7 +11,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=18.0.0" + "node": ">=16.0.0" }, "dependencies": { "@babel/core": "^7.15.0", diff --git a/plugin/a11y/package.json b/plugin/a11y/package.json index b294f0bc78..2f3834b408 100644 --- a/plugin/a11y/package.json +++ b/plugin/a11y/package.json @@ -2,7 +2,7 @@ "name": "@nuxeo/nuxeo-web-ui-a11y", "version": "1.0.0", "engines": { - "node": ">=18.0.0" + "node": ">=16.0.0" }, "scripts": { "start": "npm run test",