Skip to content

Commit

Permalink
Revert "unbreak canary (#72146)" (#72157)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Oct 31, 2024
1 parent a63e11a commit ac45b1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/lib/next-modes/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ 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',
// TODO: fix the TS error with 22.8.5
'@types/node': '22.8.4',
'@types/node': 'latest',
...this.dependencies,
...this.packageJson?.dependencies,
}
Expand Down

0 comments on commit ac45b1b

Please sign in to comment.