Skip to content

Commit

Permalink
test: lock ts type check (#69889)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Sep 9, 2024
1 parent a68d1fa commit af6a3d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/lib/next-modes/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ export class NextInstance {
'react-dom': reactVersion,
'@types/react': 'latest',
'@types/react-dom': 'latest',
typescript: 'latest',
// TODO: fix the TS error with the TS 5.6
// x-ref: https://github.com/vercel/next.js/actions/runs/10777104696/job/29887663970?pr=69784
typescript: '5.5.4',
'@types/node': 'latest',
...this.dependencies,
...this.packageJson?.dependencies,
Expand Down

0 comments on commit af6a3d1

Please sign in to comment.