Skip to content

Commit 7998745

Browse files
committed
test: lock ts type check (#69889)
1 parent 4bd3849 commit 7998745

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/lib/next-modes/base.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ export class NextInstance {
164164
'react-dom': reactVersion,
165165
'@types/react': reactVersion,
166166
'@types/react-dom': reactVersion,
167-
typescript: 'latest',
167+
// TODO: fix the TS error with the TS 5.6
168+
// x-ref: https://github.com/vercel/next.js/actions/runs/10777104696/job/29887663970?pr=69784
169+
typescript: '5.5.4',
168170
'@types/node': 'latest',
169171
...this.dependencies,
170172
...this.packageJson?.dependencies,

0 commit comments

Comments
 (0)