We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ac785 commit 9d60eb4Copy full SHA for 9d60eb4
test/e2e/e2e.sh
@@ -58,7 +58,7 @@ appname=nextapp
58
appdir="$tmp/$appname"
59
60
# create app
61
-(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 "@/*")
62
63
# drei
64
(cd $appdir; npm i $TGZ)
0 commit comments