Skip to content

Commit 9d60eb4

Browse files
authored
fix(e2e): next 14
1 parent 33ac785 commit 9d60eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ appname=nextapp
5858
appdir="$tmp/$appname"
5959

6060
# create app
61-
(cd $tmp; npx -y create-next-app@latest $appname --ts --no-eslint --no-tailwind --no-src-dir --app --import-alias "@/*")
61+
(cd $tmp; npx -y create-next-app@14 $appname --ts --no-eslint --no-tailwind --no-src-dir --app --import-alias "@/*")
6262

6363
# drei
6464
(cd $appdir; npm i $TGZ)

0 commit comments

Comments
 (0)