Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Jul 17, 2024
1 parent 01113a1 commit 7b57891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/global/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function haveReachedLimits(): boolean {

/* istanbul ignore next */
function checkEnv(): void {
const range = pkg.engines!.node!;
const range = pkg.engines.node;
const rangeNext = pkg['engines-next']?.node;
if (process.release?.name !== 'node' || !process.versions?.node) {
logger.warn(
Expand Down

0 comments on commit 7b57891

Please sign in to comment.