Skip to content

Commit 153c735

Browse files
committed
Try --frozen-intrinsics again
1 parent 3f379b9 commit 153c735

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,7 @@ const lazyNodeHardenFlags = () =>
369369
// Node's --frozen-intrinsics workable.
370370
// √ https://github.com/SBoudrias/Inquirer.js/pull/1683
371371
// √ https://github.com/pnpm/components/pull/23
372-
// TODO: Investigate why @octokit/rest errors with it enabled.
373-
// '--frozen-intrinsics',
372+
'--frozen-intrinsics',
374373
'--no-deprecation'
375374
]
376375

0 commit comments

Comments
 (0)