Skip to content

Commit

Permalink
unbreak canary
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojude committed Oct 31, 2024
1 parent 599a7a8 commit 17692e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/lib/next-modes/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ export class NextInstance {
// 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',
// TODO: fix the TS error with 22.8.5
'@types/node': '22.8.4',
...this.dependencies,
...this.packageJson?.dependencies,
}
Expand Down

0 comments on commit 17692e8

Please sign in to comment.