Skip to content

Commit 723be5d

Browse files
committed
fix: revert MIN_EXPERIMENTAL_VERSION
1 parent 332beb8 commit 723be5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/validateNextUsage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const validateNextUsage = function (failBuild) {
2727
}
2828

2929
const MIN_VERSION = '9.5.3'
30-
const MIN_EXPERIMENTAL_VERSION = '11.0.0'
30+
const MIN_EXPERIMENTAL_VERSION = '10.0.0'
3131

3232
const hasPackage = function (packageName) {
3333
try {

0 commit comments

Comments
 (0)