Skip to content

Commit

Permalink
back to node18
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 22, 2023
1 parent d22b383 commit 0b27226
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"vendor": "Nuxeo",
"engines": {
"node": ">=18.0.0"
"node": ">=16.0.0"
},
"config": {
"workboxCli": "3.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxeo-designer-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"vendor": "Nuxeo",
"engines": {
"node": ">=18.0.0"
"node": ">=16.0.0"
},
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
"node": ">=16.0.0"
},
"dependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0b27226

Please sign in to comment.