Skip to content

Commit ef6920d

Browse files
committed
latest next 14
1 parent 3565b83 commit ef6920d

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-14

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:dev": "TEST_ENV=development playwright test",
1010
"test:build": "pnpm install && pnpm build",
1111
"test:build-canary": "pnpm install && pnpm add next@~14.3.0-canary.0 && pnpm add react@beta && pnpm add react-dom@beta && pnpm build",
12-
"test:build-latest": "pnpm install && pnpm add next@latest && pnpm build",
12+
"test:build-latest": "pnpm install && pnpm add next@next-14 && pnpm build",
1313
"test:assert": "pnpm test:prod && pnpm test:dev"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)