diff --git a/test/e2e/e2e.sh b/test/e2e/e2e.sh index 9f58341c7..91bd85d4e 100755 --- a/test/e2e/e2e.sh +++ b/test/e2e/e2e.sh @@ -58,7 +58,7 @@ appname=nextapp appdir="$tmp/$appname" # create app -(cd $tmp; npx -y create-next-app@latest $appname --ts --no-eslint --no-tailwind --no-src-dir --app --import-alias "@/*") +(cd $tmp; npx -y create-next-app@14 $appname --ts --no-eslint --no-tailwind --no-src-dir --app --import-alias "@/*") # drei (cd $appdir; npm i $TGZ)