Skip to content

Commit b18d7e2

Browse files
committed
feat(app-vite): bump node version check #12789
1 parent 7b22e0b commit b18d7e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app-vite/lib/node-version-check.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const minor = parseInt(version[1].replace(/\D/g,''), 10)
66
const patch = parseInt(version[2].replace(/\D/g,''), 10)
77

88
const min = {
9-
major: 12,
10-
minor: 22,
11-
patch: 1
9+
major: 14,
10+
minor: 19,
11+
patch: 0
1212
}
1313

1414
if (

0 commit comments

Comments
 (0)