We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f379b9 commit 153c735Copy full SHA for 153c735
src/constants.ts
@@ -369,8 +369,7 @@ const lazyNodeHardenFlags = () =>
369
// Node's --frozen-intrinsics workable.
370
// √ https://github.com/SBoudrias/Inquirer.js/pull/1683
371
// √ https://github.com/pnpm/components/pull/23
372
- // TODO: Investigate why @octokit/rest errors with it enabled.
373
- // '--frozen-intrinsics',
+ '--frozen-intrinsics',
374
'--no-deprecation'
375
]
376
0 commit comments