Skip to content

Commit

Permalink
unbreak canary (#72146)
Browse files Browse the repository at this point in the history
Pin the version of `@types/node` while the fix for latest version is
being worked to unbreak tests at canary.
  • Loading branch information
gaojude authored Oct 31, 2024
1 parent 75e2ed1 commit 3650f47
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 3650f47

Please sign in to comment.