Skip to content

Commit 122d14d

Browse files
committed
updated node v
1 parent bc0eb39 commit 122d14d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "0.1",
44
"private": true,
55
"main": "docusaurus.config.js",
6-
"engines": {
7-
"node": "22.13.0"
8-
},
96
"scripts": {
107
"docusaurus": "docusaurus",
118
"start": "cross-env NODE_OPTIONS=--max-old-space-size=12288 CHOKIDAR_USEPOLLING=false npx docusaurus start",
@@ -45,6 +42,6 @@
4542
"watchman": "^1.0.0"
4643
},
4744
"engines": {
48-
"node": ">=18.0"
45+
"node": ">=22.0"
4946
}
5047
}

0 commit comments

Comments
 (0)