Skip to content

Commit fd136b1

Browse files
chore(deps): update node.js to >=14.21.3 (#916)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15657f4 commit fd136b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devextreme-cli/src/templates/cra-template-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"engines": {
18-
"node": ">=14"
18+
"node": ">=14.21.3"
1919
},
2020
"bugs": {
2121
"url": "https://github.com/facebook/create-react-app/issues"

packages/devextreme-cli/src/templates/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"license": "MIT",
1616
"engines": {
17-
"node": ">=14"
17+
"node": ">=14.21.3"
1818
},
1919
"bugs": {
2020
"url": "https://github.com/facebook/create-react-app/issues"

0 commit comments

Comments
 (0)