Skip to content

Commit adac8fb

Browse files
authored
Merge pull request #143 from netlify/fix/fix-min-next-version
fix: fix minimum Next.js version
2 parents a5e9326 + 54c2b1e commit adac8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/validateNextUsage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const validateNextUsage = function (failBuild) {
2828
}
2929
}
3030

31-
const MIN_VERSION = '9.5.3'
31+
const MIN_VERSION = '10.0.6'
3232
const MIN_EXPERIMENTAL_VERSION = '11.0.0'
3333

3434
const hasPackage = function (packageName) {

0 commit comments

Comments
 (0)