Skip to content

Commit eadbea8

Browse files
authored
fix: netlify crash (#74)
* fix: netlify crash * add: set node.js v18.20.3 * add: toml file
1 parent 1e5e915 commit eadbea8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
environment = { NODE_VERSION = '18.20.3' }

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@
1313
"homepage": "https://wwebjs.dev",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@vuepress/bundler-vite": "2.0.0-rc.9",
17-
"@vuepress/plugin-search": "^2.0.0-rc.24",
18-
"@vuepress/theme-default": "2.0.0-rc.25",
19-
"vuepress": "2.0.0-rc.9"
16+
"@vuepress/bundler-vite": "2.0.0-rc.12",
17+
"@vuepress/plugin-search": "2.0.0-rc.33",
18+
"@vuepress/theme-default": "2.0.0-rc.33",
19+
"vuepress": "2.0.0-rc.12"
20+
},
21+
"engines": {
22+
"node": ">=18.20.3"
2023
}
2124
}

0 commit comments

Comments
 (0)