Skip to content

Commit

Permalink
fix(e2e): next 14
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Oct 24, 2024
1 parent 33ac785 commit 9d60eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d60eb4

Please sign in to comment.