Skip to content

Commit

Permalink
node14
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 22, 2023
1 parent 93ba817 commit 39349ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": ">=14.0.0"
},
"config": {
"workboxCli": "3.6.3"
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": ">=14.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": ">=14.0.0"
},
"scripts": {
"start": "npm run test",
Expand Down

0 comments on commit 39349ca

Please sign in to comment.